Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationParameters

ChatKitty Platform API Server-Side Platform API for ChatKitty. ChatKitty is the first complete chat platform; bringing together everything that's required to build real-time chat into Web and mobile apps. Using JavaScript or TypeScript? Check out our server-side SDK for the ChatKitty Platform API.

The version of the OpenAPI document: 1.5.0 Contact: development@chatkitty.com

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: {}

Type declaration

Optional password

password: string

Optional username

username: string

Generated using TypeDoc, the 9/1/2021 at 5:54:10 AM