class errors.JWKSNoMatchingKey
extends JOSEError
import { errors } from "https://deno.land/x/jose@v4.10.0/index.ts";
const { JWKSNoMatchingKey } = errors;
An error subclass thrown when no keys match from a JWKS.
x/jose/index.ts>errors.JWKSNoMatchingKey
import { errors } from "https://deno.land/x/jose@v4.10.0/index.ts";
const { JWKSNoMatchingKey } = errors;
An error subclass thrown when no keys match from a JWKS.