idTokenEncryptionAlgValuesSupported property

List<String>? idTokenEncryptionAlgValuesSupported

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

Implementation

List<String>? get idTokenEncryptionAlgValuesSupported =>
    getTypedList('id_token_encryption_alg_values_supported');