scopes property

List<String>? scopes
getter/setter pair

The OAuth scopes to grant.

If not specified, the default scope https://www.googleapis.com/auth/cloud-platform is used.

Optional.

Implementation

core.List<core.String>? scopes;