Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationParameters

Shifter API Shifter API

The version of the OpenAPI document: latest

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Hierarchy

  • ConfigurationParameters

Index

Properties

Optional accessToken

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

Optional apiKey

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

Optional baseOptions

baseOptions: any

Optional basePath

basePath: string

Optional formDataCtor

formDataCtor: new () => any

Type declaration

    • new (): any
    • Returns any

Optional password

password: string

Optional username

username: string

Generated using TypeDoc