Framework update + added modified to userrecord.

This commit is contained in:
stephb9959
2022-01-10 22:39:46 -08:00
parent 76175d8bbb
commit 30431ab954
9 changed files with 64 additions and 64 deletions

View File

@@ -136,6 +136,7 @@ namespace OpenWifi {
OpenWifi::Types::StringVec lastPasswords;
std::string oauthType;
std::string oauthUserInfo;
uint64_t modified;
void to_json(Poco::JSON::Object &Obj) const;
bool from_json(const Poco::JSON::Object::Ptr &Obj);