tokenEndpointAuthSigningAlgValuesSupported property

List<String>? tokenEndpointAuthSigningAlgValuesSupported

A list of the JWS signing algorithms (alg values) supported by the Token Endpoint for the signature on the JWT used to authenticate the Client at the Token Endpoint for the private_key_jwt and client_secret_jwt authentication methods.

Implementation

List<String>? get tokenEndpointAuthSigningAlgValuesSupported =>
    getTypedList('token_endpoint_auth_signing_alg_values_supported');