loginScopes

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

Parameters

value

The list of OAuth 2.0 scopes that should be requested as part of Google Sign-In authentication.


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


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

Parameters

values

The list of OAuth 2.0 scopes that should be requested as part of Google Sign-In authentication.