loginScopes

@JvmName(name = "wmrctapasimaojyb")
suspend fun loginScopes(value: Output<List<String>>)
@JvmName(name = "khyuwdnmeinxshvp")
suspend fun loginScopes(value: List<String>?)

Parameters

value

The list of scopes that should be requested as part of Facebook Login authentication.


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


@JvmName(name = "bvkxtraidqsecxox")
suspend fun loginScopes(values: List<Output<String>>)
@JvmName(name = "cfselapmhfpkgfrk")
suspend fun loginScopes(vararg values: String)

Parameters

values

The list of scopes that should be requested as part of Facebook Login authentication.