Options
All
  • Public
  • Public/Protected
  • All
Menu

A class to manage to request and storage of valid Client Credential tokens.
This should only be used server side due to the sensitive nature of the Client Credentials.

Hierarchy

  • ClientCredentialsTokenProvider

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private options

Private Optional token

Methods

get

  • Retrieve the stored valid token or request and return a new one.

    Returns Promise<ClientCredentialsToken | undefined>