Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InMemoryApiTokenStore

Represents an in-memory token storage concrete implementation of a . This simply keep the token in variable and serves it from there.

It is never persisted and will be reset upon restart of the Browser tab or process, leading to a new token being issued.

You should try hard to use a persistent solution so that you re-use the same token as long as it's valid.

Hierarchy

  • InMemoryApiTokenStore

Index

Methods

Methods

get

release

  • release(): void

set

Generated using TypeDoc