Home
last modified time | relevance | path

Searched refs:auth_token (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/common_lib/cros/tendo/
Dprivet_helper.py130 auth_token='Privet anonymous', argument
144 headers = {'Authorization': auth_token}
195 auth_token = '%s %s' % (auth['tokenType'], auth['accessToken'])
196 return auth_token
211 def setup_start(self, data, auth_token): argument
224 auth_token=auth_token, tolerate_failure=True)
227 def wifi_setup_was_successful(self, ssid, auth_token): argument
238 auth_token=auth_token)
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppauth.cc29 const std::string& auth_token) { in StartPreXmppAuth() argument
33 auth_token_ = auth_token; in StartPreXmppAuth()
Dxmppauth.h33 const std::string& auth_token);
Dprexmppauth.h56 const std::string& auth_token) = 0;
Dxmppclientsettings.h49 const std::string& auth_token() const { return auth_token_; } in auth_token() function
Dxmppclient.cc144 d_->auth_token_ = settings.auth_token(); in Connect()
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/
Dbuffet_PrivetSetupFlow.py134 auth_token = helper.privet_auth()
137 helper.setup_start(data, auth_token)
188 if not helper.wifi_setup_was_successful(ssid, auth_token):
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py91 auth_token = base64.b64encode('%s:%s'% (user_name, password))
93 'Authorization': 'Basic %s' % auth_token,
/external/libweave/src/privet/
Dauth_manager.cc431 ClientAuthTokenCaveat auth_token; in GetRootClientAuthToken() local
440 &auth_token.GetCaveat(), &issued.GetCaveat(), &client.GetCaveat(), in GetRootClientAuthToken()
462 const std::vector<uint8_t>& auth_token, in CreateAccessTokenFromAuth() argument
472 if (!LoadMacaroon(auth_token, &buffer, &macaroon, error) || in CreateAccessTokenFromAuth()
Dauth_manager.h61 bool CreateAccessTokenFromAuth(const std::vector<uint8_t>& auth_token,
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py215 def _GetAuthCookie(self, auth_token): argument
226 args = {"continue": continue_location, "auth": auth_token}
257 auth_token = self._GetAuthToken(credentials[0], credentials[1])
288 self._GetAuthCookie(auth_token)
/external/google-breakpad/src/testing/scripts/
Dupload.py215 def _GetAuthCookie(self, auth_token): argument
226 args = {"continue": continue_location, "auth": auth_token}
257 auth_token = self._GetAuthToken(credentials[0], credentials[1])
288 self._GetAuthCookie(auth_token)
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py276 def _GetAuthCookie(self, auth_token): argument
287 args = {"continue": continue_location, "auth": auth_token}
318 auth_token = self._GetAuthToken(credentials[0], credentials[1])
356 self._GetAuthCookie(auth_token)
/external/regex-re2/lib/codereview/
Dcodereview.py2849 def _GetAuthCookie(self, auth_token): argument
2860 args = {"continue": continue_location, "auth": auth_token}
2889 auth_token = self._GetAuthToken(credentials[0], credentials[1])
2919 self._GetAuthCookie(auth_token)