Searched defs:oauth_token (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dsignin_manager_unittest.cc172 void CompleteSigninCallback(const std::string& oauth_token) { argument
173 oauth_tokens_fetched_.push_back(oauth_token);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client_unittest.cc131 void ExpectRegistration(const std::string& oauth_token) { argument
137 "", oauth_token, "", "", _,
H A Ddevice_management_service.cc357 void DeviceManagementRequestJob::SetOAuthToken(const std::string& oauth_token) { argument
358 AddParameter(dm_protocol::kParamOAuthToken, oauth_token);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc118 void OneClickSigninSyncStarter::ConfirmSignin(const std::string& oauth_token) { argument
119 DCHECK(!oauth_token.empty());
129 oauth_token,
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc274 std::string oauth_token = FLAG_oauth; local
335 if (pass.password().empty() && !test_server && oauth_token.empty()) {
368 if (!oauth_token.empty()) {
369 xcs.set_auth_token(buzz::AUTH_MECHANISM_OAUTH2, oauth_token);

Completed in 167 milliseconds