import { type JwksIssuer } from "https://deno.land/x/live@1.107.0/commons/jwt/jwks.ts";
Properties
verifyWith: <TClaims extends Record<string, unknown> = Record<string, unknown>>(cb: (key: CryptoKey) => Promise<JwtPayloadWithClaims<TClaims>>) => Promise<JwtPayloadWithClaims<TClaims>>