Data container to hold values for authentication session. More...
#include <uisessiondata.h>
Public Member Functions | |
| UiSessionData (const QVariantMap &data=QVariantMap()) | |
| Constructor. | |
Data container to hold values for authentication session.
Inherit this class if you want to extend the property range.
Definition at line 74 of file uisessiondata.h.
| SignOn::UiSessionData::UiSessionData | ( | const QVariantMap & | data = QVariantMap() | ) | [inline] |
Constructor.
Creates a UiSessionData with data 'data'.
| data | The data to be contained by the UiSessionData |
Definition at line 83 of file uisessiondata.h.