userinfoEncryptionEncValuesSupported property

List<String>? userinfoEncryptionEncValuesSupported

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

Implementation

List<String>? get userinfoEncryptionEncValuesSupported =>
    getTypedList('userinfo_encryption_enc_values_supported');