Alokai

ApiClientSettings

Merged settings from middleware.config.js and index.server.ts client config.

type ApiClientSettings = MiddlewareConfig & {
  asmClient: AxiosInstance;
  client: AxiosInstance;
  sdkConfig: Configuration;
  tokenServices?: {
    application: ApplicationTokenService;
    customer: CustomerTokenService;
  };
};

Referenced Types

On this page