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