oauthScopes constant

List<String> const oauthScopes

OAuth scopes needed for the client.

Implementation

static const $core.List<$core.String> oauthScopes = [
  'https://www.googleapis.com/auth/cloud-platform',
  'https://www.googleapis.com/auth/cloud-platform.read-only',
  'https://www.googleapis.com/auth/service.management',
];