FunctionAppAuthSettingsFacebook

data class FunctionAppAuthSettingsFacebook(val appId: String, val appSecret: String, val oauthScopes: List<String>? = null)

Constructors

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

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

The OAuth 2.0 scopes that will be requested as part of Facebook login authentication. https://developers.facebook.com/docs/facebook-login