Module

x/jose/jws/general/verify.ts>generalVerify

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
function generalVerify
import { generalVerify } from "https://dotland.deno.dev/x/jose@v5.9.2/jws/general/verify.ts";

Verifies the signature and format of and afterwards decodes the General JWS.

This function is exported (as a named export) from the main 'jose' module entry point as well as from its subpath export 'jose/jws/general/verify'.

Parameters

General JWS.

key: KeyLike | Uint8Array | JWK

Key to verify the JWS with. See Algorithm Key Requirements.

optional
options: VerifyOptions

JWS Verify options.

Type Parameters

optional
KeyLikeType extends KeyLike = KeyLike

Parameters

General JWS.

Function resolving a key to verify the JWS with. See Algorithm Key Requirements.

optional
options: VerifyOptions

JWS Verify options.