Skip to main content
Latest
class jose.errors.JWKSMultipleMatchingKeys
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { JWKSMultipleMatchingKeys } = jose.errors;

An error subclass thrown when multiple keys match from a JWKS.

Properties

code: string
message: string
[Symbol.asyncIterator]: () => AsyncIterableIterator<KeyLike>

Static Properties

readonly
code: "ERR_JWKS_MULTIPLE_MATCHING_KEYS"