Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jose/index.ts>JWKSCacheInput

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
type alias JWKSCacheInput
import { type JWKSCacheInput } from "https://deno.land/x/jose@v5.5.0/index.ts";
definition: ExportedJWKSCache | Record<string, never>