verifyCliCall
verifyCliCall(
request,secrets,opts?):Promise<VerifiedCliCall>
Verify and parse an inbound component CLI call.
Parameters
Section titled “Parameters”request
Section titled “request”Request
The Fetch Request as received by the worker.
secrets
Section titled “secrets”Credential set values (see CliCallSecrets).
Optional overrides. nowUnixSeconds defaults to the
current wall clock; toleranceSec defaults to 300 s.
nowUnixSeconds?
Section titled “nowUnixSeconds?”number
toleranceSec?
Section titled “toleranceSec?”number
Returns
Section titled “Returns”Promise<VerifiedCliCall>
Hit a problem or have a question? Get in touch.