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

  /external/libweave/src/
http_constants.h 21 extern const char kAuthorization[];
http_constants.cc 13 const char kAuthorization[] = "Authorization";
device_registration_info_unittest.cc 111 return {http::kAuthorization,
device_registration_info.cc 174 headers.emplace_back(http::kAuthorization, "Bearer " + access_token_);
    [all...]
  /external/libweave/src/privet/
privet_manager.cc 129 std::string auth_header = request->GetFirstHeader(http::kAuthorization);
  /external/libbrillo/brillo/http/
http_request.h 46 BRILLO_EXPORT extern const char kAuthorization[];
http_request.cc 38 const char request_header::kAuthorization[] = "Authorization";

Completed in 214 milliseconds