WindowsFunctionAppAuthSettingsV2FacebookV2Args

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

Constructors

constructor(appId: Output<String>, appSecretSettingName: Output<String>, graphApiVersion: Output<String>? = null, loginScopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val appId: Output<String>

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: Output<String>? = null

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): WindowsFunctionAppAuthSettingsV2FacebookV2Args