ClientRegistrationResponse

data class ClientRegistrationResponse(val clientId: String? = null, val clientSecretSettingName: String? = null)

The configuration settings of the app registration for providers that have client ids and client secrets

Constructors

Link copied to clipboard
constructor(clientId: String? = null, clientSecretSettingName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The Client ID of the app used for login.

Link copied to clipboard

The app setting name that contains the client secret.