EnginioIdentity Class
Represents a user that is authenticated with the backend This class is an abstract base class for the different authentication methods and is never used directly. More...
Header: | #include <EnginioIdentity> |
Since: | Qt 5.3 |
Inherited By: |
Signals
void | aboutToDestroy() |
void | dataChanged() |
Protected Functions
virtual void | prepareSessionToken(EnginioClientConnectionPrivate *enginio) = 0 |
virtual void | removeSessionToken(EnginioClientConnectionPrivate *enginio) = 0 |
Detailed Description
Represents a user that is authenticated with the backend This class is an abstract base class for the different authentication methods and is never used directly.