Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dsessions.hpp35 struct UserSession struct
37 std::string uniqueId;
38 std::string sessionToken;
39 std::string username;
40 std::string csrfToken;
41 std::optional<std::string> clientId;
42 std::string clientIp;
45 bool cookieAuth = false;
46 bool isConfigureSelfOnly = false;
47 std::string userRole;
[all …]