Skip to main content
Latest
interface jose.VerifyOptions
implements CritOption
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { VerifyOptions } = jose;

JWS Verification options.

Properties

optional
algorithms: string[]

A list of accepted JWS "alg" (Algorithm) Header Parameter values. By default all "alg" (Algorithm) values applicable for the used key/secret are allowed. Note: "none" is never accepted.