LinuxFunctionAppAuthSettingsV2FacebookV2

data class LinuxFunctionAppAuthSettingsV2FacebookV2(val appId: String, val appSecretSettingName: String, val graphApiVersion: String? = null, val loginScopes: List<String>? = null)

Constructors

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

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. !>Note: A setting with this name must exist in app_settings to function correctly.

Link copied to clipboard
val graphApiVersion: String? = null

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

Link copied to clipboard
val loginScopes: List<String>? = null

The list of scopes that should be requested as part of Facebook Login authentication.