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

  /external/libweave/src/
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::__anon17352::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...]
device_registration_info.h 295 std::string access_token_; member in class:weave::DeviceRegistrationInfo
device_registration_info_unittest.cc 191 void SetAccessToken() { dev_reg_->access_token_ = test_data::kAccessToken; }
  /external/libweave/src/notification/
xmpp_channel.h 129 std::string access_token_; member in class:weave::XmppChannel
xmpp_channel.cc 97 access_token_{access_token},
167 SendMessage(BuildXmppAuthenticateCommand(account_, access_token_));

Completed in 73 milliseconds