UNPKG

@veraid/kliento-verifier

Version:
16 lines (15 loc) 480 B
export declare const CONTENT_TYPES: { readonly AUTH_HEADER: "application/vnd.kliento.auth-header"; readonly TOKEN_BUNDLE: "application/vnd.kliento.token-bundle"; }; declare const app: import("hono/hono-base").HonoBase<import("hono/types").BlankEnv, { "/": { $post: { input: {}; output: {}; outputFormat: string; status: import("hono/utils/http-status").StatusCode; }; }; }, "/">; export default app;