15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Copyright (c) 2012 The Chromium Authors. All rights reserved.
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// found in the LICENSE file.
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#ifndef GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)namespace switches {
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1090dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)// Specifies the path for GAIA authentication URL. The default value is
1190dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)// "https://accounts.google.com".
1290dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)extern const char kGaiaUrl[];
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
14d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)// Specifies the backend server used for Google API calls.
15d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)// The default value is "https://www.googleapis.com".
16d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)extern const char kGoogleApisUrl[];
172a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
182a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)// Specifies the backend server used for lso authentication calls.
1990dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)// "https://accounts.google.com".
2090dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)extern const char kLsoUrl[];
212a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
225d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Specifies custom OAuth2 client id for testing purposes.
235d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)extern const char kOAuth2ClientID[];
245d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
255d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Specifies custom OAuth2 client secret for testing purposes.
265d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)extern const char kOAuth2ClientSecret[];
275d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)}  // namespace switches
295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#endif  // GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_
31