Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TokenStorage

Provides access to the token storage API. The type of storage (localStorage, sessionStorage, etc) can be configured through tokenStore object on the SDK configuration.

Hierarchy

  • TokenStorage

Index

Methods

Methods

Static get

Static remove

  • remove(): Promise<void>

Static set

  • set(tokens: Tokens): Promise<void>