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. * openid
: The OAuth client can associate you with your
personal information on Google Cloud. * email
: The OAuth client can read
a federated identity's email address. * groups
: The OAuth client can
read a federated identity's groups.
Required.
Implementation
core.List<core.String>? allowedScopes;