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 70 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 79 of file uisessiondata.h.