CheckWebhookOptions
@rotorsoft/act-root / act-http/src/receiver / CheckWebhookOptions
Type Alias: CheckWebhookOptions
CheckWebhookOptions =
object
Defined in: libs/act-http/src/receiver/check.ts:35
Options for checkWebhook.
Propertiesโ
secret?โ
optionalsecret?:string
Defined in: libs/act-http/src/receiver/check.ts:44
Optional HMAC-SHA256 secret. When set, the request's
X-Webhook-Signature and X-Webhook-Timestamp headers are
verified before the dedup claim. When omitted, signature
verification is skipped (unsigned receivers).
storeโ
store:
IdempotencyStore
Defined in: libs/act-http/src/receiver/check.ts:37
Idempotency store the framework-agnostic core claims the key on.
verify?โ
optionalverify?:VerifyOptions
Defined in: libs/act-http/src/receiver/check.ts:50
Verification options forwarded to verifyWebhook. Only
meaningful when secret is set. Defaults to a ยฑ300-second
timestamp window.