idTokenEncryptedResponseEncoding

@SerialName(value = "id_token_encrypted_response_enc")
val idTokenEncryptedResponseEncoding: JweEncryption? = null(source)

OIDC Registration: OPTIONAL. JWE enc algorithm REQUIRED for encrypting the ID Token issued to this Client. If idTokenEncryptedResponseAlg is specified, the default value is A128CBC-HS256. When idTokenEncryptedResponseEncoding is included, idTokenEncryptedResponseAlg MUST also be provided.