This class holds information about an authentication token. More...
Header: | #include <TokenInfo> |
TokenInfo(const QUuid & id, const QString & username, const QDateTime & creationTime, const QString & deviceName) | |
QDateTime | creationTime() const |
QString | deviceName() const |
QUuid | id() const |
QString | username() const |
This class holds information about an authentication token.
The TokenInfo class holds information about a token used for authentication in the UserManager.
See also TokenInfo and PushButtonDBusService.
Constructs a new token info with the given id, username, creationTime and deviceName.
Returns the creation time of this TokenInfo.
Returns the device name of this TokenInfo.
Returns the id of this TokenInfo.
Returns the userename of this TokenInfo.