idTokenEncryptedResponseAlg

@SerialName(value = "id_token_encrypted_response_alg")
val idTokenEncryptedResponseAlg: JweAlgorithm? = null(source)

OIDC Registration: OPTIONAL. JWE alg algorithm REQUIRED for encrypting the ID Token issued to this Client. If this is requested, the response will be signed then encrypted, with the result being a Nested JWT. The default, if omitted, is that no encryption is performed.