#include "google_apis/gaia/gaia_constants.h"
namespace GaiaConstants {
const char kChromeOSSource[] = "chromeos";
const char kChromeSource[] = "ChromiumBrowser";
const char kGaiaService[] = "gaia";
const char kPicasaService[] = "lh2";
const char kSyncService[] = "chromiumsync";
const char kRemotingService[] = "chromoting";
const char kOAuth1LoginScope[] = "https://www.google.com/accounts/OAuthLogin";
const char kOAuthWrapBridgeUserInfoScope[] =
"https://www.googleapis.com/auth/userinfo.email";
const char kDeviceManagementServiceOAuth[] =
"https://www.googleapis.com/auth/chromeosdevicemanagement";
const char kAnyApiOAuth2Scope[] = "https://www.googleapis.com/auth/any-api";
const char kChromeSyncOAuth2Scope[] =
"https://www.googleapis.com/auth/chromesync";
const char kChromeSyncManagedOAuth2Scope[] =
"https://www.googleapis.com/auth/chromesync_playpen";
const char kGoogleTalkOAuth2Scope[] =
"https://www.googleapis.com/auth/googletalk";
const char kGaiaSid[] = "sid";
const char kGaiaLsid[] = "lsid";
const char kGaiaOAuthToken[] = "oauthToken";
const char kGaiaOAuthSecret[] = "oauthSecret";
const char kGaiaOAuthDuration[] = "3600";
const char kGaiaOAuth2LoginRefreshToken[] = "oauth2LoginRefreshToken";
const char kObfuscatedGaiaId[] = "obfuscatedGaiaId";
const char kClientOAuthEmailKey[] = "email";
}