tokenEndpointAuthMethodsSupported property

List<String>? tokenEndpointAuthMethodsSupported

A list of Client Authentication methods supported by this Token Endpoint.

The options are client_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt. Other authentication methods MAY be defined by extensions.

Implementation

List<String>? get tokenEndpointAuthMethodsSupported =>
    getTypedList('token_endpoint_auth_methods_supported');