GOG GALAXY SDK Documentation
IAccessTokenListener Class Referenceabstract

Listener for the event of a change of current access token. More...

#include <IUser.h>

Inheritance diagram for IAccessTokenListener:
[legend]

Public Member Functions

virtual void OnAccessTokenChanged ()=0
 Notification for an event of retrieving an access token. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GalaxyTypeAwareListener< ACCESS_TOKEN_CHANGE >
static ListenerType GetListenerType ()
 Returns the type of the listener. More...
 

Detailed Description

Listener for the event of a change of current access token.

Member Function Documentation

◆ OnAccessTokenChanged()

virtual void OnAccessTokenChanged ( )
pure virtual

Notification for an event of retrieving an access token.

In order to read the access token, call IUser::GetAccessToken().