Type alias AuthenticationParameter

AuthenticationParameter: {
    apiKey?: string;
    apiSecret?: string;
}

Type declaration

  • Optional apiKey?: string
  • Optional apiSecret?: string

Generated using TypeDoc