Home
last modified time | relevance | path

Searched full:auth_token (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/client/common_lib/cros/tendo/
Dprivet_helper.py130 auth_token='Privet anonymous', argument
137 @param auth_token: authorization token to be added as 'Authorization'
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
216 @param auth_token: string auth token returned from privet_auth()
224 auth_token=auth_token, tolerate_failure=True)
227 def wifi_setup_was_successful(self, ssid, auth_token): argument
231 @param auth_token: string auth token returned from prviet_auth()
[all …]
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.cc160 string auth_token; in ReadRow() local
162 AuthProvider::GetToken(auth_provider_.get(), &auth_token)); in ReadRow()
180 request->AddAuthBearerHeader(auth_token); in ReadRow()
250 string auth_token; in ReadSchema() local
251 TF_RETURN_IF_ERROR(AuthProvider::GetToken(auth_provider_.get(), &auth_token)); in ReadSchema()
258 request->AddAuthBearerHeader(auth_token); in ReadSchema()
/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
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto256 HardwareAuthToken auth_token = 4; field
271 HardwareAuthToken auth_token = 4; field
287 HardwareAuthToken auth_token = 5; field
/external/nos/host/android/hals/keymaster/
Dproto_utils.cpp407 ErrorCode translate_auth_token(const HardwareAuthToken& auth_token, in translate_auth_token() argument
410 out->set_challenge(auth_token.challenge); in translate_auth_token()
411 out->set_user_id(auth_token.userId); in translate_auth_token()
412 out->set_authenticator_id(auth_token.authenticatorId); in translate_auth_token()
413 out->set_authenticator_type((uint32_t)auth_token.authenticatorType); in translate_auth_token()
414 out->set_timestamp(auth_token.timestamp); in translate_auth_token()
415 out->set_mac(&auth_token.mac[0], auth_token.mac.size()); in translate_auth_token()
Dproto_utils.h65 ErrorCode translate_auth_token(const HardwareAuthToken& auth_token,
/external/lz4/
Dappveyor.yml123 auth_token:
134 auth_token:
/external/tensorflow/tensorflow/core/platform/cloud/
Dhttp_request.h113 /// Sets the 'Authorization' header to the value of 'Bearer ' + auth_token.
114 virtual void AddAuthBearerHeader(const string& auth_token) = 0;
Dhttp_request_fake.h87 void AddAuthBearerHeader(const string& auth_token) override { in AddAuthBearerHeader() argument
88 actual_request_ += "Auth Token: " + auth_token + "\n"; in AddAuthBearerHeader()
Dcurl_http_request.h75 /// Sets the 'Authorization' header to the value of 'Bearer ' + auth_token.
76 void AddAuthBearerHeader(const string& auth_token) override;
Dcurl_http_request.cc202 void CurlHttpRequest::AddAuthBearerHeader(const string& auth_token) { in AddAuthBearerHeader() argument
204 if (!auth_token.empty()) { in AddAuthBearerHeader()
205 AddHeader("Authorization", strings::StrCat("Bearer ", auth_token)); in AddAuthBearerHeader()
Dgcs_dns_cache_test.cc38 void AddAuthBearerHeader(const string& auth_token) override {} in AddAuthBearerHeader() argument
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py91 auth_token = base64.b64encode('%s:%s'% (user_name, password))
93 'Authorization': 'Basic %s' % auth_token,
/external/deqp-deps/glslang/
D.appveyor.yml84 auth_token:
/external/deqp-deps/SPIRV-Tools/
D.appveyor.yml79 auth_token:
/external/swiftshader/third_party/SPIRV-Tools/
D.appveyor.yml79 auth_token:
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DParameterNamesIms.java60 public static final String AUTH_TOKEN = "auth-token"; field
/external/googletest/googletest/scripts/
Dupload.py215 def _GetAuthCookie(self, auth_token): argument
219 auth_token: The authentication token returned by ClientLogin.
226 args = {"continue": continue_location, "auth": auth_token}
257 auth_token = self._GetAuthToken(credentials[0], credentials[1])
288 self._GetAuthCookie(auth_token)
/external/googletest/googlemock/scripts/
Dupload.py215 def _GetAuthCookie(self, auth_token): argument
219 auth_token: The authentication token returned by ClientLogin.
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
219 auth_token: The authentication token returned by ClientLogin.
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/gtest/scripts/
Dupload.py215 def _GetAuthCookie(self, auth_token): argument
219 auth_token: The authentication token returned by ClientLogin.
226 args = {"continue": continue_location, "auth": auth_token}
257 auth_token = self._GetAuthToken(credentials[0], credentials[1])
288 self._GetAuthCookie(auth_token)
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc272 const char* auth_token = read_cred_artifact(&ctx, inp, nullptr, 0); in read_call_creds() local
275 auth_token == nullptr || auth_selector == nullptr in read_call_creds()
277 : grpc_google_iam_credentials_create(auth_token, auth_selector, in read_call_creds()

12