Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected clientId

clientId: string

Protected clientSecret

clientSecret: string

Protected createdOn

createdOn: number

Protected expiresIn

expiresIn: number

grantType

grantType: "authorization_code" | "refresh_token" | "password" | "client_credentials"

Protected refreshToken

refreshToken: string

Protected scope

scope: string

Protected token

token: string

Protected url

url: string

Methods

applyTo

  • applyTo(options: any): void

applyToV2

  • applyToV2(options: any): void

applyToV3

  • applyToV3(options: any): void

getParams

  • getParams(): any

getTokenInternal

  • getTokenInternal(): PromiseLike<string>

getTokenP

  • getTokenP(): PromiseLike<string>

isExpired

  • isExpired(): boolean

persistent

readFrom

reset

  • reset(): void

Generated using TypeDoc