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

An error subclass thrown when a JOSE Algorithm is not allowed per developer preference.

Properties

code: string

Static Properties

readonly
code: "ERR_JOSE_ALG_NOT_ALLOWED"