|
GOG GALAXY SDK Documentation
|
Listener for the events related to user authentication. More...
#include <IUser.h>
Public Types | |
| enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_GALAXY_SERVICE_NOT_AVAILABLE , FAILURE_REASON_GALAXY_SERVICE_NOT_SIGNED_IN , FAILURE_REASON_CONNECTION_FAILURE , FAILURE_REASON_NO_LICENSE , FAILURE_REASON_INVALID_CREDENTIALS , FAILURE_REASON_GALAXY_NOT_INITIALIZED , FAILURE_REASON_EXTERNAL_SERVICE_FAILURE } |
| Reason of authentication failure. More... | |
Public Member Functions | |
| virtual void | OnAuthSuccess ()=0 |
| Notification for the event of successful sign in. | |
| virtual void | OnAuthFailure (FailureReason failureReason)=0 |
| Notification for the event of unsuccessful sign in. More... | |
| virtual void | OnAuthLost ()=0 |
| Notification for the event of loosing authentication. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< AUTH > | |
| static ListenerType | GetListenerType () |
| Returns the type of the listener. More... | |
Listener for the events related to user authentication.
| enum FailureReason |
Reason of authentication failure.
|
pure virtual |
Notification for the event of unsuccessful sign in.
| [in] | failureReason | The cause of the failure. |
|
pure virtual |
Notification for the event of loosing authentication.