FacebookResponse

data class FacebookResponse(val enabled: Boolean? = null, val graphApiVersion: String? = null, val login: LoginScopesResponse? = null, val registration: AppRegistrationResponse? = null)

The configuration settings of the Facebook provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, graphApiVersion: String? = null, login: LoginScopesResponse? = null, registration: AppRegistrationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the Facebook provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard
val graphApiVersion: String? = null

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

Link copied to clipboard

The configuration settings of the login flow.

Link copied to clipboard

The configuration settings of the app registration for the Facebook provider.