class errors.JWKSMultipleMatchingKeys
extends JOSEError
import { errors } from "https://deno.land/x/jose@v5.9.6/index.ts";
const { JWKSMultipleMatchingKeys } = errors;
An error subclass thrown when multiple keys match from a JWKS.
import { errors } from "https://deno.land/x/jose@v5.9.6/index.ts";
const { JWKSMultipleMatchingKeys } = errors;
An error subclass thrown when multiple keys match from a JWKS.