Options
All
  • Public
  • Public/Protected
  • All
Menu

TokenStorageAsync can load and store Tokens asynchrously.

Hierarchy

  • TokenStorageAsync

Implemented by

Index

Properties

Methods

Properties

Readonly async

async: true

Optional Readonly sync

Methods

clear

  • clear(): Promise<void>

getTokens

  • getTokens<C>(): Promise<Tokens<C> | undefined>

store

  • store<C>(tokens: Tokens<C>): Promise<void>
  • Store tokens

    Type parameters

    • C

      Credentials type

    Parameters

    Returns Promise<void>

Legend

  • Interface
  • Interface with type parameter
  • Property
  • Method
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Generated using TypeDoc