Open Id Connect Registration Response
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)