Alokai

ApiClientSettings

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

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

Referenced Types

On this page