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