Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

headerAttributes: { api-key: undefined | readonly string[]; basic-auth: undefined | readonly string[]; custom: undefined | readonly string[]; none: undefined | readonly string[]; oauth2: undefined | readonly string[] } = ...

Type declaration

  • api-key: undefined | readonly string[]
  • basic-auth: undefined | readonly string[]
  • custom: undefined | readonly string[]
  • none: undefined | readonly string[]
  • oauth2: undefined | readonly string[]

Methods

  • accessToken(): undefined | string
  • Returns undefined | string

  • authHeader(): {}
  • Returns {}

    • [key: string]: string
  • credentials(authType?: AuthType): any
  • Parameters

    • Optional authType: AuthType

    Returns any

  • refreshToken(): undefined | string
  • Returns undefined | string

Generated using TypeDoc