View Source oidcc_auth_util (Oidcc v3.2.6)

Authentication Utilities

Summary

Types

Link to this type

auth_method()

View Source (since 3.2.0)
-type auth_method() ::
          none | client_secret_basic | client_secret_post | client_secret_jwt | private_key_jwt |
          tls_client_auth.
-type error() :: no_supported_auth_method.