Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp83 const std::string* thisValue = in fromJson() local
85 if (thisValue == nullptr) in fromJson()
94 userSession->uniqueId = *thisValue; in fromJson()
98 userSession->sessionToken = *thisValue; in fromJson()
102 userSession->csrfToken = *thisValue; in fromJson()
106 userSession->username = *thisValue; in fromJson()
110 userSession->clientId = *thisValue; in fromJson()
114 userSession->clientIp = *thisValue; in fromJson()