Home
last modified time | relevance | path

Searched refs:oauth2_chrome_client_secret (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_urls.h43 const std::string& oauth2_chrome_client_secret() const;
Doauth2_api_call_flow.cc110 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(), in BeginMintAccessToken()
Dgaia_urls.cc231 const std::string& GaiaUrls::oauth2_chrome_client_secret() const { in oauth2_chrome_client_secret() function in GaiaUrls
Doauth2_token_service.cc408 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(), in StartRequest()
439 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(), in StartRequestWithContext()
Doauth2_api_call_flow_unittest.cc117 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(), in SetupAccessTokenFetcher()
Dgaia_auth_fetcher.cc319 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(), true); in MakeGetTokenPairBody()
/external/chromium_org/chrome/browser/chromeos/policy/
Dpolicy_oauth2_token_fetcher.cc66 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(), in StartFetchingAccessToken()
Denrollment_handler_chromeos.cc224 GaiaUrls::GetInstance()->oauth2_chrome_client_secret(); in OnRobotAuthCodesFetched()
/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_client_registration_helper.cc143 gaia_urls->oauth2_chrome_client_secret(), in FetchAccessToken()
/external/chromium_org/chrome/browser/chromeos/settings/
Ddevice_oauth2_token_service.cc110 client_info.client_secret = gaia_urls->oauth2_chrome_client_secret(); in StartValidation()
/external/chromium_org/chrome/browser/managed_mode/
Dmanaged_user_refresh_token_fetcher.cc221 client_info.client_secret = urls->oauth2_chrome_client_secret(); in OnURLFetchComplete()
/external/chromium_org/chrome/browser/chromeos/login/
Doauth2_login_manager.cc171 client_info.client_secret = gaia_urls->oauth2_chrome_client_secret(); in GetAccountIdOfRefreshToken()