@medusajs/medusa
Version:
Building blocks for digital commerce
5 lines • 343 B
TypeScript
export declare const authenticate: (actorType: string | string[], authType: import("@medusajs/framework/http").AuthType | import("@medusajs/framework/http").AuthType[], options?: {
allowUnauthenticated?: boolean;
allowUnregistered?: boolean;
}) => import("express").RequestHandler;
//# sourceMappingURL=authenticate-middleware.d.ts.map