facebookOAuthScopes

@JvmName(name = "rjlrpoqlgtdesqfl")
suspend fun facebookOAuthScopes(value: Output<List<String>>)
@JvmName(name = "jisxcjjcyhexqbaq")
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 = "lohjxiowpesuxkuq")
suspend fun facebookOAuthScopes(vararg values: Output<String>)


@JvmName(name = "tmruxtprcdvvomjy")
suspend fun facebookOAuthScopes(values: List<Output<String>>)
@JvmName(name = "jgkuhcabemjvdqdk")
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