GetLinuxWebAppAuthSettingsV2FacebookV2

data class GetLinuxWebAppAuthSettingsV2FacebookV2(val appId: String, val appSecretSettingName: String, val graphApiVersion: String, val loginScopes: List<String>)

Constructors

Link copied to clipboard
constructor(appId: String, appSecretSettingName: String, graphApiVersion: String, loginScopes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The App ID of the Facebook app used for login.

Link copied to clipboard

The app setting name that contains the app_secret value used for Facebook login.

Link copied to clipboard

The version of the Facebook API to be used while logging in.

Link copied to clipboard

The list of Login scopes that are requested as part of Microsoft Account authentication.