Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ApiClientSettings

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

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

Referenced Types

On this page