Searched defs:UserSession (Results 1 – 1 of 1) sorted by relevance
35 struct UserSession struct37 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 …]