requestObjectEncryptionEncValuesSupported property

List<String>? requestObjectEncryptionEncValuesSupported

A list of the JWE encryption algorithms (enc values) supported by the OP for Request Objects.

These algorithms are used both when the Request Object is passed by value and when it is passed by reference.

Implementation

List<String>? get requestObjectEncryptionEncValuesSupported =>
    getTypedList('request_object_encryption_enc_values_supported');