authorizationEncryptedResponseEncoding

@SerialName(value = "authorization_encrypted_response_enc")
val authorizationEncryptedResponseEncoding: JweEncryption? = null(source)

OID JARM: JWE (RFC7516) enc algorithm JWA (RFC7518). REQUIRED for encrypting authorization responses. If authorizationEncryptedResponseAlg is specified, the default for this value is A128CBC-HS256. When authorizationEncryptedResponseEncoding is included, authorizationEncryptedResponseAlg MUST also be provided.