Searched defs:access_token (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_consumer.h20 // Success callback. |access_token| will contain a valid OAuth2 access token.
23 virtual void OnGetTokenSuccess(const std::string& access_token, argument
H A Doauth2_access_token_fetcher.cc14 const std::string& access_token,
16 consumer_->OnGetTokenSuccess(access_token, expiration_time);
13 FireOnGetTokenSuccess( const std::string& access_token, const base::Time& expiration_time) argument
H A Dfake_oauth2_token_service.cc43 const std::string& access_token) {
67 const std::string& access_token,
75 GoogleServiceAuthError::AuthErrorNone(), access_token, expiration); local
39 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
65 IssueAllTokensForAccount( const std::string& account_id, const std::string& access_token, const base::Time& expiration) argument
H A Dgaia_oauth_client.h41 const std::string& access_token,
44 virtual void OnRefreshTokenResponse(const std::string& access_token, argument
40 OnGetTokensResponse(const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
H A Doauth2_api_call_flow.cc39 const std::string& access_token,
43 access_token_(access_token),
143 void OAuth2ApiCallFlow::OnGetTokenSuccess(const std::string& access_token, argument
145 access_token_ = access_token;
36 OAuth2ApiCallFlow( net::URLRequestContextGetter* context, const std::string& refresh_token, const std::string& access_token, const std::vector<std::string>& scopes) argument
H A Dubertoken_fetcher.cc85 const std::string& access_token,
87 DCHECK(!access_token.empty());
88 access_token_ = access_token;
83 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
/external/chromium_org/chromecast/shell/browser/geolocation/
H A Dcast_access_token_store.cc44 const GURL& server_url, const base::string16& access_token) {
45 if (access_token_set_[server_url] != access_token) {
46 access_token_set_[server_url] = access_token;
43 SaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
/external/chromium_org/content/browser/geolocation/
H A Dfake_access_token_store.cc48 const GURL& server_url, const base::string16& access_token) {
50 access_token_set_[server_url] = access_token;
47 DefaultSaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
/external/chromium_org/content/shell/geolocation/
H A Dshell_access_token_store.cc45 // we provide a dummy access_token set to avoid hitting the server.
53 const GURL& server_url, const base::string16& access_token) {
52 SaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
/external/chromium_org/google_apis/drive/
H A Ddummy_auth_service.cc31 const std::string& DummyAuthService::access_token() const { function in class:google_apis::DummyAuthService
/external/chromium_org/google_apis/gcm/engine/
H A Daccount_mapping.h34 // |access_token|.
36 // Parses account mapping from store, without |account_id| or |access_token|.
45 std::string access_token; member in struct:gcm::AccountMapping
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.h47 std::string access_token; member in struct:gcm::GCMAccountTracker::AccountInfo
90 const std::string& access_token,
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher.cc42 void UserInfoFetcher::Start(const std::string& access_token) { argument
50 url_fetcher_->AddExtraRequestHeader(MakeAuthorizationHeader(access_token));
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.cc88 const std::string& access_token,
91 oauth2_access_token_ = access_token;
92 ForwardPolicyToken(access_token,
87 OnGetTokenSuccess( const std::string& access_token, const base::Time& expiration_time) argument
H A Duser_cloud_policy_token_forwarder.cc49 const std::string& access_token,
51 manager_->OnAccessTokenAvailable(access_token);
47 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
H A Dwildcard_login_checker.cc55 const std::string& access_token,
61 StartUserInfoFetcher(access_token);
85 const std::string& access_token,
100 StartUserInfoFetcher(access_token);
104 const std::string& access_token) {
107 user_info_fetcher_->Start(access_token);
54 StartWithAccessToken( const std::string& access_token, const StatusCallback& callback) argument
84 OnPolicyTokenFetched( const std::string& access_token, const GoogleServiceAuthError& error) argument
103 StartUserInfoFetcher( const std::string& access_token) argument
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher.cc52 const std::string& access_token)
53 : OAuth2ApiCallFlow(context, std::string(), access_token, GetScopes()),
49 ObfuscatedGaiaIdFetcher( URLRequestContextGetter* context, Delegate* delegate, const std::string& access_token) argument
/external/chromium_org/chrome/browser/geolocation/
H A Dchrome_access_token_store.cc127 const base::string16& access_token) {
130 base::Bind(&SetAccessTokenOnUIThread, server_url, access_token));
125 SaveAccessToken( const GURL& server_url, const base::string16& access_token) argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_impl.cc44 const std::string& access_token,
49 base::StringPrintf(kCloudPrintOAuthHeaderFormat, access_token.c_str());
42 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.cc103 const std::string& access_token,
106 RespondToTokenRequest(GoogleServiceAuthError::AuthErrorNone(), access_token); local
101 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_request.cc61 const std::string& access_token,
63 if (!access_token.empty())
65 "Authorization: Bearer \"%s\"", access_token.c_str()));
60 Run( const std::string& access_token, scoped_refptr<net::URLRequestContextGetter> context_getter) argument
/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.cc71 const std::string& access_token,
76 gaia_auth_fetcher_.StartOAuthLogin(access_token, GaiaConstants::kGaiaService);
69 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& access_token, const base::Time& expiration_time) argument
/external/chromium_org/remoting/host/setup/
H A Doauth_client.cc41 const std::string& access_token,
45 gaia_oauth_client_.GetUserEmail(access_token, kMaxGaiaRetries, this);
49 const std::string& access_token,
39 OnGetTokensResponse( const std::string& refresh_token, const std::string& access_token, int expires_in_seconds) argument
48 OnRefreshTokenResponse( const std::string& access_token, int expires_in_seconds) argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc169 const char kOAuth2RedirectAccessTokenKey[] = "access_token";
174 // reversed.oauth.client.id:/extensionid#access_token=TOKEN
187 std::string access_token; local
195 access_token = it->second;
202 if (access_token.empty() && error.empty()) {
213 delegate_->OnGaiaFlowCompleted(access_token, expiration);
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_mobile.cc81 const std::string& access_token,
83 RegisterForPolicyInternal(username, access_token, callback);
94 const std::string& access_token,
112 if (access_token.empty()) {
125 access_token,
79 RegisterForPolicyWithAccessToken( const std::string& username, const std::string& access_token, const PolicyRegistrationCallback& callback) argument
92 RegisterForPolicyInternal( const std::string& username, const std::string& access_token, const PolicyRegistrationCallback& callback) argument

Completed in 501 milliseconds

1234