HomeSort by relevance Sort by last modified time
    Searched refs:oauth2_access_token (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h 61 const std::string& oauth2_access_token() const { function in class:policy::PolicyOAuth2TokenFetcher
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 203 if (!oauth_fetcher_->oauth2_access_token().empty())
204 (new TokenRevoker())->Start(oauth_fetcher_->oauth2_access_token());
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 89 // |oauth2_access_token| and the |service|.
93 void StartIssueAuthTokenForOAuth2(const std::string& oauth2_access_token,

Completed in 2940 milliseconds