diff options
Diffstat (limited to 'google_apis/gaia/gaia_constants.cc')
-rw-r--r-- | google_apis/gaia/gaia_constants.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/google_apis/gaia/gaia_constants.cc b/google_apis/gaia/gaia_constants.cc index 4ac9ea4..e8a7beb 100644 --- a/google_apis/gaia/gaia_constants.cc +++ b/google_apis/gaia/gaia_constants.cc @@ -29,6 +29,9 @@ const char kCloudPrintService[] = "cloudprint"; const char kDeviceManagementServiceOAuth[] = "https://www.googleapis.com/auth/chromeosdevicemanagement"; +// OAuth2 scope for access to all Google APIs. +const char kAnyApiOAuth2Scope[] = "https://www.googleapis.com/auth/any-api"; + // Service for LSO endpoint of Google that exposes OAuth APIs. const char kLSOService[] = "lso"; |