Open Id Connect Client Credential Response
data class OpenIdConnectClientCredentialResponse(val clientSecretSettingName: String? = null, val method: String? = null)
The authentication client credentials of the custom Open ID Connect provider.