Expand description
Shared utilities for token renewal.
StructsΒ§
- Middleware
Wrapper π - Bridges a MiddlewareExt implementation to [reqwest_middleware::Middleware], which canβt be implemented directly because the trait is defined in an external crate.
ConstantsΒ§
TraitsΒ§
- Middleware
Ext π - Implemented by token handlers to expose stored token state and a renewal hook. The middleware owns the coalescing decision under the MiddlewareWrapper mutex.
FunctionsΒ§
- attach_
header π