Home
last modified time | relevance | path

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

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