oauthScopes

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

Parameters

value

Specifies a list of OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. If not specified, openid, profile, and email are used as default scopes.


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


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

Parameters

values

Specifies a list of OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. If not specified, openid, profile, and email are used as default scopes.