Skip to main content
Module

x/jose/index.ts>VerifyOptions

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
interface VerifyOptions
implements CritOption
import { type VerifyOptions } from "https://deno.land/x/jose@v4.14.4/index.ts";

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.