Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/commons/jwt/jwks.ts>JwksIssuer

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface JwksIssuer
import { type JwksIssuer } from "https://deno.land/x/live@1.96.6/commons/jwt/jwks.ts";

Properties

verifyWith: <TClaims extends Record<string, unknown> = Record<string, unknown>>(cb: (key: CryptoKey) => Promise<JwtPayloadWithClaims<TClaims>>) => Promise<JwtPayloadWithClaims<TClaims>>