Skip to main content
Module

x/composable/deps.ts>JwksIssuer

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface JwksIssuer
import { type JwksIssuer } from "https://deno.land/x/composable@1.22.5/deps.ts";

Properties

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