Enum
OAuth2ClientAuthenticationMethod
OAuth2 client authentication method for token endpoint requests.
Values
client_secret_post
Send credentials in request body (default, RFC 6749 Section 2.3.1).
client_secret_basic
Send credentials via HTTP Basic Authentication header.