Hierarchy

  • ConfigurationParameters

Properties

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

Type declaration

    • (name?, scopes?): string | Promise<string>
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns string | Promise<string>

apiKey?: string | ((name) => string)

Type declaration

    • (name): string
    • Parameters

      • name: string

      Returns string

basePath?: string
credentials?: RequestCredentials
fetchApi?: ((input, init?) => Promise<Response>)

Type declaration

    • (input, init?): Promise<Response>
    • Parameters

      • input: RequestInfo | URL
      • Optional init: RequestInit

      Returns Promise<Response>

headers?: HTTPHeaders
middleware?: Middleware[]
password?: string
queryParamsStringify?: ((params) => string)

Type declaration

    • (params): string
    • Parameters

      Returns string

username?: string

Generated using TypeDoc