import { bearerAuth } from "https://deno.land/x/hono@v3.9.1/middleware/bearer-auth/index.ts";
type
(options: { token: string; realm?: string; prefix?: string; hashFunction?: Function; }) => MiddlewareHandler
import { bearerAuth } from "https://deno.land/x/hono@v3.9.1/middleware/bearer-auth/index.ts";