Alokai

MiddlewareConfig

Settings to be provided in the middleware.config.js file.

type MiddlewareConfig$1 = Pick<MiddlewareConfig, "api" | "OAuth"> & {
  unified?: UnifiedConfig;
};

Referenced Types

On this page