summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herman <davidherman@google.com>2015-05-12 12:22:04 -0700
committerDavid Herman <davidherman@google.com>2015-05-12 12:36:02 -0700
commit98914dca359a462e5fcfcb676274506009f370b8 (patch)
tree026067de19bf133e45d9ec35af40c1b4c712aafa
parentbb4df1b22420a2173283fb8f7b7a07ed2dffe858 (diff)
downloadlogin-98914dca359a462e5fcfcb676274506009f370b8.tar.gz
Change-Id: Icfe47f552ba7c3aa7dda7ad490166f7d7fc62cd9
-rw-r--r--src/com/google/gct/login/OAuthScopeRegistry.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/google/gct/login/OAuthScopeRegistry.java b/src/com/google/gct/login/OAuthScopeRegistry.java
index 82fee39..d5f186e 100644
--- a/src/com/google/gct/login/OAuthScopeRegistry.java
+++ b/src/com/google/gct/login/OAuthScopeRegistry.java
@@ -33,6 +33,9 @@ class OAuthScopeRegistry {
scopes.add("https://www.googleapis.com/auth/appengine.admin");
scopes.add("https://www.googleapis.com/auth/cloud-platform");
scopes.add("https://www.googleapis.com/auth/projecthosting");
+ scopes.add("https://www.googleapis.com/auth/analytics");
+ scopes.add("https://www.googleapis.com/auth/analytics.edit");
+ scopes.add("https://www.googleapis.com/auth/analytics.readonly");
SCOPES = Collections.unmodifiableSortedSet(scopes);
}