Wavelength
Privacy-focused, cross-platform, and open-source communication application
Loading...
Searching...
No Matches
AuthenticationManager::SessionInfo Struct Reference

Structure holding information about an active client session. More...

Collaboration diagram for AuthenticationManager::SessionInfo:

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.
 

Detailed Description

Structure holding information about an active client session.

Member Data Documentation

◆ client_id

QString AuthenticationManager::SessionInfo::client_id

Unique identifier of the client holding the session.

◆ frequency

QString AuthenticationManager::SessionInfo::frequency

The frequency the session is associated with.

◆ is_active

bool AuthenticationManager::SessionInfo::is_active

Flag indicating if the session is currently active.

◆ timestamp

QDateTime AuthenticationManager::SessionInfo::timestamp

Timestamp when the session was created or last validated.


The documentation for this struct was generated from the following file: