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