Home > @activeviam/activeui-sdk > KeycloakAuthenticationHolderOptions > tokenCacheMissSleepTime
KeycloakAuthenticationHolderOptions.tokenCacheMissSleepTime property
Time in ms after which the application re-tries to retrieve a token from Keycloak if it failed the first time. This can happen due to clock offsets between the Keycloak server and the ActiveUI server. Defaults to 10000
.
Signature:
tokenCacheMissSleepTime?: number;