Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Private configuration

configuration: any

Accessors

accessToken

  • get accessToken(): undefined | ((name?: string, scopes?: string[]) => string | Promise<string>)
  • Returns undefined | ((name?: string, scopes?: string[]) => string | Promise<string>)

apiKey

  • get apiKey(): undefined | ((name: string) => string)
  • Returns undefined | ((name: string) => string)

basePath

  • get basePath(): string
  • Returns string

credentials

fetchApi

headers

  • Returns undefined | HTTPHeaders

middleware

  • Returns Middleware[]

password

  • get password(): undefined | string
  • Returns undefined | string

queryParamsStringify

  • get queryParamsStringify(): (params: HTTPQuery) => string
  • Returns (params: HTTPQuery) => string

username

  • get username(): undefined | string
  • Returns undefined | string