Searched refs:oauth2_refresh_token (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.cc73 const std::string& oauth2_refresh_token,
75 DCHECK(!oauth2_refresh_token.empty());
94 oauth2_refresh_token,
71 RegisterForPolicy( const std::string& username, const std::string& oauth2_refresh_token, const PolicyRegistrationCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.h58 const std::string& oauth2_refresh_token() const { function in class:policy::PolicyOAuth2TokenFetcher
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.h90 // parameters |oauth2_refresh_token| or |auth_code| need to have non-empty
95 const std::string& oauth2_refresh_token,
H A Doauth2_login_manager.cc69 const std::string& oauth2_refresh_token,
74 refresh_token_ = oauth2_refresh_token;
66 RestoreSession( net::URLRequestContextGetter* auth_request_context, SessionRestoreStrategy restore_strategy, const std::string& oauth2_refresh_token, const std::string& auth_code) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Denrollment_screen_handler.cc206 if (!oauth_fetcher_->oauth2_refresh_token().empty())
207 (new TokenRevoker())->Start(oauth_fetcher_->oauth2_refresh_token());

Completed in 543 milliseconds