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:

EnginioOAuth2Authentication

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.

Member Function Documentation

[signal] void EnginioIdentity::aboutToDestroy()

[signal] void EnginioIdentity::dataChanged()

[pure virtual protected] void EnginioIdentity::prepareSessionToken(EnginioClientConnectionPrivate *enginio)

[pure virtual protected] void EnginioIdentity::removeSessionToken(EnginioClientConnectionPrivate *enginio)