Interface ConfigurationParameters

Hierarchy

  • ConfigurationParameters

Properties

accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string | Promise<string>)
apiKey?: string | ((name: string) => string)
basePath?: string
credentials?: RequestCredentials
fetchApi?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>)

Type declaration

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

Type declaration

username?: string