| 14 | } from '../src'; |
| 15 | |
| 16 | class MemoryTokenStorage implements TokenStorage { |
| 17 | readonly tokens = new Map<string, TokenInfo>(); |
| 18 | |
| 19 | async load(name: string): Promise<TokenInfo | undefined> { |
nothing calls this directly
no outgoing calls
no test coverage detected