Interface: ConstructEventOptions
Defined in: packages/sdk/src/webhook.ts:78
Properties
| Property | Type | Description | Defined in |
|---|
secret | string | - | packages/sdk/src/webhook.ts:81 |
signature | string | - | packages/sdk/src/webhook.ts:79 |
timestamp | string | - | packages/sdk/src/webhook.ts:80 |
toleranceSec? | number | Reject timestamps older than this many seconds. Default 300 (5 min). 0 disables. | packages/sdk/src/webhook.ts:83 |