@veraid/kliento-verifier
Version:
Self-contained client authentication tokens
16 lines (15 loc) • 480 B
TypeScript
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;