View Source oidcc_auth_util (Oidcc v3.2.0)

Authentication Utilities

Summary

Types

-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.