GetWindowsWebAppAuthSettingFacebook

data class GetWindowsWebAppAuthSettingFacebook(val appId: String, val appSecret: String, val appSecretSettingName: String, val oauthScopes: List<String>)

Constructors

Link copied to clipboard
constructor(appId: String, appSecret: String, appSecretSettingName: String, oauthScopes: 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 Secret of the Facebook app used for Facebook login.

Link copied to clipboard

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

Link copied to clipboard

A list of OAuth 2.0 scopes requested as part of Microsoft Account authentication.