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