Skip to main content
Module

x/jose/types.d.ts>VerifyOptions

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
interface VerifyOptions
implements CritOption
import { type VerifyOptions } from "https://deno.land/x/jose@v4.8.3/types.d.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.