authorizationEncryptedResponseAlg

@SerialName(value = "authorization_encrypted_response_alg")
val authorizationEncryptedResponseAlg: JweAlgorithm? = null(source)

OID JARM: JWE (RFC7516) alg algorithm JWA (RFC7518). REQUIRED for encrypting authorization responses. If both signing and encryption are requested, the response will be signed then encrypted, with the result being a Nested JWT, as defined in JWT (RFC7519). The default, if omitted, is that no encryption is performed.