userinfoEncryptionAlgValuesSupported property

List<String>? userinfoEncryptionAlgValuesSupported

A list of the JWE encryption algorithms (alg values) supported by the UserInfo Endpoint to encode the Claims in a JWT.

Implementation

List<String>? get userinfoEncryptionAlgValuesSupported =>
    getTypedList('userinfo_encryption_alg_values_supported');