Skip to main content
Module

x/jose/index.ts>FlattenedSign#sign

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
method FlattenedSign.prototype.sign
import { FlattenedSign } from "https://deno.land/x/jose@v4.10.1/index.ts";

Signs and resolves the value of the Flattened JWS object.

Parameters

key: KeyLike | Uint8Array

Private Key or Secret to sign the JWS with.

optional
options: SignOptions

JWS Sign options.