Options
All
  • Public
  • Public/Protected
  • All
Menu

Legacy implementation of AuthClientStorage, for use where IndexedDb is not available

Hierarchy

  • LocalStorage

Implements

Index

Constructors

  • new LocalStorage(prefix?: string, _localStorage?: Storage): LocalStorage

Properties

prefix: string = 'ic-'

Methods

  • _getLocalStorage(): Storage
  • get(key: string): Promise<null | string>
  • remove(key: string): Promise<void>
  • set(key: string, value: string): Promise<void>

Generated using TypeDoc