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

  /external/skia/platform_tools/android/bin/
http_download.py 47 auth_code = base64.b64encode(username + ':' + password)
49 auth_code = base64.b64encode(username)
50 headers.append(('Authorization', 'Basic ' + auth_code))
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
client_lib_test.py 43 parser.add_argument('auth_code', nargs='?',
57 if parsed_args.auth_code == 'URL':
60 elif parsed_args.auth_code:
63 CLIENT_ID, CLIENT_SECRET, parsed_args.auth_code)
77 if not parsed_args.auth_code:
  /external/libweave/src/privet/
security_manager.h 63 const std::string& auth_code,
97 bool IsValidPairingCode(const std::vector<uint8_t>& auth_code) const;
104 const std::vector<uint8_t>& auth_code,
security_manager.cc 116 const std::vector<uint8_t>& auth_code,
136 if (!IsValidPairingCode(auth_code)) {
148 auth_code, kTtl, access_token, access_token_scope, access_token_ttl,
157 const std::string& auth_code,
165 !Base64Decode(auth_code, &auth_decoded)) {
167 "Invalid auth_code encoding: %s", auth_code.c_str());
241 const std::vector<uint8_t>& auth_code) const {
245 if (auth_code == HmacSha256(std::vector<uint8_t>(key.begin(), key.end()),
security_delegate.h 26 const std::string& auth_code,
security_manager_unittest.cc 115 std::vector<uint8_t> auth_code{
119 std::string auth_code_base64{Base64Encode(auth_code)};
privet_handler.cc 683 std::string auth_code; local
684 input.GetString(kAuthCodeKey, &auth_code);
689 if (!security_->CreateAccessToken(auth_type, auth_code, desired_scope,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/
layer1.py 466 idn_lang_code=None, auth_code=None, auto_renew=None,
537 :type auth_code: string
538 :param auth_code: The authorization code for the domain. You get this
642 if auth_code is not None:
643 params['AuthCode'] = auth_code
  /external/libweave/src/
device_registration_info.cc 582 std::string auth_code; local
587 !json_resp->GetString("robotAccountAuthorizationCode", &auth_code) ||
600 sender2.SetFormData({{"code", auth_code},
    [all...]

Completed in 121 milliseconds