Type alias NiftoryClientParams

NiftoryClientParams: {
    apiKey?: string;
    appId: string;
    authToken?: string;
    clientSecret?: string;
    environmentName: EnvironmentName;
    walletApi?: string;
}

Type declaration

  • Optional Readonly apiKey?: string
  • Readonly appId: string
  • Optional Readonly authToken?: string
  • Optional Readonly clientSecret?: string
  • environmentName: EnvironmentName
  • Optional Readonly walletApi?: string

Generated using TypeDoc