Module tame_oauth::token_cache
source · Expand description
Provides functionality for caching access tokens and id tokens.
Structs§
- Wraps a
TokenProvider
in a cache, only invokes the innerTokenProvider
if the token in cache is expired, or if it doesn’t exist. - An in-memory cache for caching tokens.