Home
last modified time | relevance | path

Searched defs:UserSession (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp43 struct UserSession struct
45 std::string uniqueId;
46 std::string sessionToken;
47 std::string username;
48 std::string csrfToken;
49 std::optional<std::string> clientId;
50 std::string clientIp;
51 std::chrono::time_point<std::chrono::steady_clock> lastUpdated;
52 SessionType sessionType{SessionType::None};
53 bool cookieAuth = false;
[all …]