authorizationSignedResponseAlg

@SerialName(value = "authorization_signed_response_alg")
val authorizationSignedResponseAlg: JwsAlgorithm? = null(source)

OID JARM: JWS (RFC7515) alg algorithm JWA (RFC7518). REQUIRED for signing authorization responses. If this is specified, the response will be signed using JWS and the configured algorithm. The algorithm none is not allowed. The default, if omitted, is RS256.