Skip to main content

TOKEN_REFRESH_RETRY_INTERVAL

Constant TOKEN_REFRESH_RETRY_INTERVAL 

Source
const TOKEN_REFRESH_RETRY_INTERVAL: Duration;
Expand description

Minimum time a refresh task waits between fetch attempts once a refresh is due. This paces retries after failures, e.g. when AAD is transiently unreachable, and prevents hot-looping if issued tokens are already within TOKEN_REFRESH_BUFFER of expiry.