Structs§
- Token
Refresher - Single-flight token refresher keyed by an arbitrary string (typically location ID or company ID). Ensures that concurrent callers for the same key share one refresh request, preventing refresh-token rotation conflicts.
Functions§
- auto_
refresh_ token - Check if a token is expired and refresh it if needed.