Optionaloptions: SessionTokenTrackerOptionsForget the issuance window — call on deleteSession / 401-driven invalidation.
Visible for diagnostics.
Decide whether the session for profileId should be refreshed before the next
authenticated request.
Behavior:
refreshLeadMs <= 0 disables proactive refresh entirely (rely on 401-retry).refreshLeadMs >= maxAgeMs, lifetime is clamped to maxAgeMs to avoid
an infinite refresh loop where every check thinks a refresh is overdue.
Record that a token was issued at
now(defaults to Date.now()).