idTokenEncryptionEncValuesSupported property

List<String>? idTokenEncryptionEncValuesSupported

A list of the JWE encryption algorithms (enc values) supported by the OP for the ID Token to encode the Claims in a JWT.

Implementation

List<String>? get idTokenEncryptionEncValuesSupported =>
    getTypedList('id_token_encryption_enc_values_supported');