Facebook Args
data class FacebookArgs(val enabled: Output<Boolean>? = null, val graphApiVersion: Output<String>? = null, val login: Output<LoginScopesArgs>? = null, val registration: Output<AppRegistrationArgs>? = null) : ConvertibleToJava<FacebookArgs>
The configuration settings of the Facebook provider.
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, graphApiVersion: Output<String>? = null, login: Output<LoginScopesArgs>? = null, registration: Output<AppRegistrationArgs>? = null)