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