GOG GALAXY SDK Documentation
|
Listener for the event of logging with an OpenID Connect. More...
#include <IUser.h>
Public Types | |
enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_CONNECTION_FAILURE } |
Public Member Functions | |
virtual void | OnPlayFabLoginWithOpenIDConnectSuccess ()=0 |
Notification for an event of a success in logging with OpenID Connect. | |
virtual void | OnPlayFabLoginWithOpenIDConnectFailure (FailureReason failureReason)=0 |
Notification for the event of a failure in logging with OpenID Connect. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< PLAYFAB_LOGIN_WITH_OPENID_CONNECT > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of logging with an OpenID Connect.
enum FailureReason |
|
pure virtual |
Notification for the event of a failure in logging with OpenID Connect.
[in] | failureReason | The cause of the failure. |