deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / bearer-auth / index.d.ts
123456789import type { Context } from '../../context';import type { Next } from '../../hono';export declare const bearerAuth: (options: { token: string; realm?: string; prefix?: string; hashFunction?: Function;}) => (c: Context, next: Next) => Promise<void>;
Version Info