Set stores a token in the cache with TTL.
(ctx context.Context, key string, token *CachedToken)
| 25 | |
| 26 | // Set stores a token in the cache with TTL. |
| 27 | Set(ctx context.Context, key string, token *CachedToken) error |
| 28 | |
| 29 | // Delete removes a token from the cache. |
| 30 | Delete(ctx context.Context, key string) error |
no outgoing calls