OpenIdConnectClientCredentialResponse

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
constructor(clientSecretSettingName: String? = null, method: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The app setting that contains the client secret for the custom Open ID Connect provider.

Link copied to clipboard
val method: String? = null

The method that should be used to authenticate the user.