revocationEndpointAuthMethodsSupported property

List<String>? revocationEndpointAuthMethodsSupported

A list of client authentication methods supported by this revocation endpoint.

Implementation

List<String>? get revocationEndpointAuthMethodsSupported =>
    getTypedList('revocation_endpoint_auth_methods_supported');