import { CompactSign } from "https://deno.land/x/jose@v4.15.1/jws/compact/sign.ts";
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.