GOG GALAXY SDK Documentation
IPlayFabLoginWithOpenIDConnectListener Class Referenceabstract

Listener for the event of logging with an OpenID Connect. More...

#include <IUser.h>

Inheritance diagram for IPlayFabLoginWithOpenIDConnectListener:
[legend]

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...
 

Detailed Description

Listener for the event of logging with an OpenID Connect.

Member Enumeration Documentation

◆ FailureReason

Enumerator
FAILURE_REASON_UNDEFINED 

Unspecified error.

FAILURE_REASON_CONNECTION_FAILURE 

Unable to communicate with backend services.

Member Function Documentation

◆ OnPlayFabLoginWithOpenIDConnectFailure()

virtual void OnPlayFabLoginWithOpenIDConnectFailure ( FailureReason  failureReason)
pure virtual

Notification for the event of a failure in logging with OpenID Connect.

Parameters
[in]failureReasonThe cause of the failure.