UNPKG

@restorecommerce/acs-client

Version:

Access Control Service Client

5 lines 215 B
/** * Koa middleware using the BMSLSA implementation for `iam-authn`. */ export declare const acsClientMiddleware: (config?: any) => (ctx: any, next: any) => Promise<void>; //# sourceMappingURL=middleware.d.ts.map