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