Refreshing Tokens
Refresh Login Tokens
Epic Online Services autentication has to be refreshed every XX minutes (depending on which authentication method was used) to keep the logged in session active.
Login Node
- The login node handles automatic token refreshing when using an Epic Account or a DeviceId account
Listening for Expiration
- You can listen/wait for auth expiration and the EOS SDK will notify you when it's time to refresh login tokens, see the sample below
- Depending on your game you can add this to your Game Instance or any other persistent object (for example)