Variables
Let storage
storage: Storage
Functions
clearCacheTokens
- clearCacheTokens(cookieName: string): Promise<void>
-
Parameters
Returns Promise<void>
getCacheTokens
- getCacheTokens(cookieName: string): Promise<Record<string, any>>
-
Parameters
Returns Promise<Record<string, any>>
setCacheTokens
- setCacheTokens(g: Globals, cookieName: string): Promise<void>
-
Parameters
Returns Promise<void>