HomeSort by relevance Sort by last modified time
    Searched defs:access_token_ (Results 1 - 3 of 3) sorted by null

  /external/libweave/src/
device_registration_info.h 295 std::string access_token_; member in class:weave::DeviceRegistrationInfo
device_registration_info.cc 151 access_token_ = access_token;
173 if (!access_token_.empty())
174 headers.emplace_back(http::kAuthorization, "Bearer " + access_token_);
184 std::string access_token_; member in class:weave::__anon16738::final
407 if (!json->GetString("access_token", &access_token_) ||
408 !json->GetInteger("expires_in", &expires_in) || access_token_.empty() ||
467 new XmppChannel{GetSettings().robot_account, access_token_,
621 if (!json_resp || !json_resp->GetString("access_token", &access_token_) ||
624 access_token_.empty() || refresh_token.empty() || expires_in <= 0) {
689 sender.SetAccessToken(access_token_);
    [all...]
  /external/libweave/src/notification/
xmpp_channel.h 129 std::string access_token_; member in class:weave::XmppChannel

Completed in 78 milliseconds