@veramo/remote-server
Version:
Express.js module that can expose some agent methods and messaging endpoints
12 lines • 312 B
TypeScript
import { Router } from 'express';
/**
* This provides a simple authorization mechanism based on a single pre-shared API key.
*
* @param apiKey - the pre-shared API key
*
* @public
*/
export declare function apiKeyAuth({ apiKey }: {
apiKey: string;
}): Router;
//# sourceMappingURL=api-key-auth.d.ts.map