facebookOAuthScopes

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


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