When the access token expires (issuedAt + expiresIn). Used to decide when to refresh.
When the full session expires (issuedAt + expiresIn * MULTIPLIER). Used for timeout UI.
When the access token expires (issuedAt + expiresIn). Used to decide when to refresh.