introspectionEndpointAuthSigningAlgValuesSupported property
A list of the JWS signing algorithms (alg values) supported by the
introspection endpoint for the signature on the JWT used to authenticate
the client at the introspection endpoint for the private_key_jwt and
client_secret_jwt authentication methods.
Implementation
List<String>? get introspectionEndpointAuthSigningAlgValuesSupported =>
getTypedList('introspection_endpoint_auth_signing_alg_values_supported');