Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccessTokenManager

The AccessTokenManager is responsible for the client's API Key and AccessTokens.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Optional accessToken

accessToken?: string

The current AccessToken.

apiKey

apiKey: string

The client's API Key.

client

client: Client

This Manager's Client

Methods

get

  • get(): Promise<string>

renew

  • renew(): Promise<string>

Generated using TypeDoc