Documentation

ConfigurationParameters

Properties

Optional Access Token

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

Optional Api Key

  • apiKey: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>)

Optional Base Options

  • baseOptions: any

Optional Base Path

  • basePath: string

Optional Form Data Ctor

  • formDataCtor: new () => any

Type declaration

    • new (): any
    • Returns any

Optional Password

  • password: string

Optional Username

  • username: string