Access Token Refreshment Timing

At CUE installations where login is managed by CUE User Manager or Google/Facebook, the client is required to refresh its access tokens periodically. By default, CUE refreshes its access token 30 seconds before it is due to expire. You can, however modify this default by adding a refreshTokenBeforeInSeconds property to one of your configuration files. You can, for example increase the setting to 60 seconds as follows:

refreshTokenBeforeInSeconds: 60