tokenEndpointAuthMethod

Client authentication method for token endpoint requests: authorization code exchange and token refresh.

When null (default), the method is selected from OpenIdProviderMetadata.tokenEndpointAuthMethodsSupported:

Set explicitly when your client registration requires a specific method — discovery metadata describes the provider's capabilities, not what this client was registered to use — or when provider metadata is inaccurate.

Report a problem