AppRegistrationResponse

data class AppRegistrationResponse(val appId: String? = null, val appSecretSettingName: String? = null)

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

Constructors

Link copied to clipboard
constructor(appId: String? = null, appSecretSettingName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null

The App ID of the app used for login.

Link copied to clipboard

The app setting name that contains the app secret.