facebookOAuthScopes

@JvmName(name = "cxivucaufxcjldjq")
suspend fun facebookOAuthScopes(value: Output<List<String>>)
@JvmName(name = "xatdgtkvweblhbue")
suspend fun facebookOAuthScopes(value: List<String>?)

Parameters

value

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login


@JvmName(name = "oocatdkvouhdgyin")
suspend fun facebookOAuthScopes(vararg values: Output<String>)


@JvmName(name = "efxvmbejldrqjrrp")
suspend fun facebookOAuthScopes(values: List<Output<String>>)
@JvmName(name = "ljatymlfgtdqmeba")
suspend fun facebookOAuthScopes(vararg values: String)

Parameters

values

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login