OpenIdConnectRegistrationResponse

data class OpenIdConnectRegistrationResponse(val clientCredential: OpenIdConnectClientCredentialResponse? = null, val clientId: String? = null, val openIdConnectConfiguration: OpenIdConnectConfigResponse? = null)

The configuration settings of the app registration for the custom Open ID Connect provider.

Constructors

Link copied to clipboard
constructor(clientCredential: OpenIdConnectClientCredentialResponse? = null, clientId: String? = null, openIdConnectConfiguration: OpenIdConnectConfigResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication credentials of the custom Open ID Connect provider.

Link copied to clipboard
val clientId: String? = null

The client id of the custom Open ID Connect provider.

Link copied to clipboard

The configuration settings of the endpoints used for the custom Open ID Connect provider.