expiryBuffer constant
Buffer applied to token expiry checks so tokens are refreshed proactively before the hard expiry deadline, preventing race conditions where a token expires between validation and the outgoing API call.
Implementation
static const Duration expiryBuffer = Duration(minutes: 5);