requestObjectSigningAlgValuesSupported property

List<String>? get requestObjectSigningAlgValuesSupported

A list of the JWS signing algorithms (alg values) supported by the OP for Request Objects.

These algorithms are used both when the Request Object is passed by value (using the request parameter) and when it is passed by reference (using the request_uri parameter).

Implementation

List<String>? get requestObjectSigningAlgValuesSupported =>
    getTypedList('request_object_signing_alg_values_supported');