Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineIdentity
Syntax
FOnAuthAboutToExpire OnAuthAboutToExpireDelegates
Remarks
Delegate called when an auth session is about to expire and a new auth token is needed. The code bound to it is expected to respond by getting a new auth token and use it to re-call Login to refresh auth and keep the player logged in.
param LocalUserNum the controller number of the user whose auth is about to expire