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/logging.admin',
  'https://www.googleapis.com/auth/logging.read',
];