oidcc_auth_util (Oidcc v3.5.1)

View Source

Authentication Utilities

Summary

Types

auth_method()

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

error()

(since 3.2.0)
-type error() :: no_supported_auth_method.