allowedScopes property
The list of scopes that the OauthClient is allowed to request during OAuth flows.
The following scopes are supported: *
https://www.googleapis.com/auth/cloud-platform
: See, edit, configure,
and delete your Google Cloud data and see the email address for your
Google Account.
Required.
Implementation
core.List<core.String>? allowedScopes;