loginScopes

@JvmName(name = "ifqbhkaekpckmerk")
suspend fun loginScopes(value: Output<List<String>>)
@JvmName(name = "idvwxslwpwhkkluw")
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 = "ndixmyjhcqxashwk")
suspend fun loginScopes(vararg values: Output<String>)


@JvmName(name = "ensamkhnuubtkmko")
suspend fun loginScopes(values: List<Output<String>>)
@JvmName(name = "hawythcihdtxwgmv")
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.