interface JwksIssuerimport { type JwksIssuer } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; PropertiesverifyWith: <TClaims extends Record<string, unknown> = Record<string, unknown>>(cb: (key: CryptoKey) => Promise<JwtPayloadWithClaims<TClaims>>) => Promise<JwtPayloadWithClaims<TClaims>>