class errors.JOSEAlgNotAllowed
extends JOSEError
import { errors } from "https://deno.land/x/jose@v4.15.1/index.ts";
const { JOSEAlgNotAllowed } = errors;
An error subclass thrown when a JOSE Algorithm is not allowed per developer preference.
x/jose/index.ts>errors.JOSEAlgNotAllowed
import { errors } from "https://deno.land/x/jose@v4.15.1/index.ts";
const { JOSEAlgNotAllowed } = errors;
An error subclass thrown when a JOSE Algorithm is not allowed per developer preference.