oauthScopes

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

Parameters

value

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. https://developers.google.com/identity/sign-in/web/


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


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

Parameters

values

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. https://developers.google.com/identity/sign-in/web/