oauthScopes

@JvmName(name = "tsikxwpuoauoiqva")
suspend fun oauthScopes(value: Output<List<String>>)
@JvmName(name = "lyxjqnwfhiliypwx")
suspend fun oauthScopes(value: List<String>?)

Parameters

value

Specifies a list of OAuth 2.0 scopes to be requested as part of Facebook login authentication.


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


@JvmName(name = "qluwqkrgeblykicb")
suspend fun oauthScopes(values: List<Output<String>>)
@JvmName(name = "nbihvnvfdexbkhtx")
suspend fun oauthScopes(vararg values: String)

Parameters

values

Specifies a list of OAuth 2.0 scopes to be requested as part of Facebook login authentication.