Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICognitoStorage

Hierarchy

  • ICognitoStorage

Index

Methods

clear

  • clear(): void

getItem

  • getItem(key: string): null | string
  • getItem<T>(key: string): T

removeItem

  • removeItem(key: string): void

setItem

  • setItem(key: string, value: string): void

Generated using TypeDoc