ClientAuthenticationMethod

Client authentication methods for provider endpoints that require client credentials, such as the token endpoint and the token introspection endpoint.

Values correspond to the IANA "OAuth Token Endpoint Authentication Methods" registry, which both token_endpoint_auth_methods_supported and introspection_endpoint_auth_methods_supported metadata use.

Report a problem

Inheritors

Types

Link copied to clipboard

Authenticate with HTTP Basic using the client ID and client secret.

Link copied to clipboard

Authenticate by sending client_id and client_secret in the form body.