requestObjectEncryptionAlgValuesSupported property
A list of the JWE encryption algorithms (alg
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 requestObjectEncryptionAlgValuesSupported =>
getTypedList('request_object_encryption_alg_values_supported');