|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
Structure holding information about an active client session. More...
Public Attributes | |
| QString | client_id |
| Unique identifier of the client holding the session. | |
| QString | frequency |
| The frequency the session is associated with. | |
| bool | is_active |
| Flag indicating if the session is currently active. | |
| QDateTime | timestamp |
| Timestamp when the session was created or last validated. | |
Structure holding information about an active client session.
| QString AuthenticationManager::SessionInfo::client_id |
Unique identifier of the client holding the session.
| QString AuthenticationManager::SessionInfo::frequency |
The frequency the session is associated with.
| bool AuthenticationManager::SessionInfo::is_active |
Flag indicating if the session is currently active.
| QDateTime AuthenticationManager::SessionInfo::timestamp |
Timestamp when the session was created or last validated.