Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/windmill/mod.ts>genNounceAndHmac

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function genNounceAndHmac
import { genNounceAndHmac } from "https://deno.land/x/windmill@v1.45.0/mod.ts";

Get HMAC and nonce needed for approval script

Parameters

workspace: string

workspace name

jobId: string
optional
approver: string

approver name

Returns

Promise<NonceAndHmac>

HMAC and nonce needed to authorize approval script actions