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.
Constructors
Link copied to clipboard
fun OpenIdConnectClientCredentialResponse(clientSecretSettingName: String? = null, method: String? = null)