Abstract class representing a token storage service. Provides methods to set and get items in storage, and abstract methods to check and manage cached tokens.

Hierarchy (view full)

Constructors

Properties

config: WebCoreConfig<"aws">

The configuration for the web core.

credentialKeys: string[] = ...
prefix: string = 'lemon'
storage: Storage = ...

Methods