import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { CompactSign } = jose;
The CompactSign class is used to build and sign Compact JWS strings.
Properties
private
_flattened: FlattenedSignMethods
setProtectedHeader(protectedHeader: CompactJWSHeaderParameters)
Sets the JWS Protected Header on the Sign object.
sign(key: KeyLike | Uint8Array, options?: SignOptions): Promise<string>
Signs and resolves the value of the Compact JWS string.