requestObjectSigningAlgorithmsSupportedStrings
@SerialName(value = "request_object_signing_alg_values_supported")
OIDC SIOPv2: REQUIRED. A JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects, which are described in Section 6.1 of OpenID.Core. Valid values include none
, RS256
, ES256
, ES256K
, and EdDSA
.