revocationEndpointAuthSigningAlgValuesSupported property

List<String>? revocationEndpointAuthSigningAlgValuesSupported

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

Implementation

List<String>? get revocationEndpointAuthSigningAlgValuesSupported =>
    getTypedList('revocation_endpoint_auth_signing_alg_values_supported');