Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected token

token: string

Protected url

url: string

Methods

Abstract applyTo

  • applyTo(options: any): void

Abstract applyToV2

  • applyToV2(options: any): void

Abstract applyToV3

  • applyToV3(options: any): void

Abstract getTokenInternal

  • getTokenInternal(): PromiseLike<string>

getTokenP

  • getTokenP(): PromiseLike<string>
  • The interface for retrieving the token from a remote server. This method internally dispatches the call to another method and cache the token.

    Returns PromiseLike<string>

Abstract isExpired

  • isExpired(): boolean

Abstract persistent

  • persistent(): any

Abstract readFrom

  • readFrom(settings: __type): any

reset

  • reset(): void

Generated using TypeDoc