googleOAuthScopes

@JvmName(name = "gvunvqyxrlbdytsl")
suspend fun googleOAuthScopes(value: Output<List<String>>)
@JvmName(name = "bwedpfbfnyxafehi")
suspend fun googleOAuthScopes(value: List<String>?)

Parameters

value

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/


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


@JvmName(name = "xcbhpjbrnjkpgbcu")
suspend fun googleOAuthScopes(values: List<Output<String>>)
@JvmName(name = "lcmkvacschqtkqpm")
suspend fun googleOAuthScopes(vararg values: String)

Parameters

values

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/