Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SessionStorageWrapper

Provides wrapper for tokens with sessionStorage.

Hierarchy

  • SessionStorageWrapper

Index

Methods

Methods

Static get

  • get(clientId: string): Promise<Tokens>

Static remove

  • remove(clientId: string): Promise<void>

Static set

  • set(clientId: string, tokens: Tokens): Promise<void>