Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • Parameters

    • credentialsMap: SecretsType

    Returns AuthCredentials

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

  • credentials(authType?: AuthType): any
  • Parameters

    • Optional authType: AuthType

    Returns any

  • Parameters

    • headers: SecretsType

    Returns AuthCredentials

Generated using TypeDoc