Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class jose.errors.JWKSNoMatchingKey
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { JWKSNoMatchingKey } = jose.errors;

An error subclass thrown when no keys match from a JWKS.

Properties

code: string
message: string

Static Properties

readonly
code: "ERR_JWKS_NO_MATCHING_KEY"