Kind: Interface
Source: atloria-monorepo/apps/api/src/webhooks/webhook.service.ts
Per-request material used to authenticate an incoming webhook.
Properties
| Property | Type |
|---|---|
signature | string |
token | string |
authHeader | string |
rawBody | `string |
Kind: Interface
Source: atloria-monorepo/apps/api/src/webhooks/webhook.service.ts
Per-request material used to authenticate an incoming webhook.
| Property | Type |
|---|---|
signature | string |
token | string |
authHeader | string |
rawBody | `string |
Was this page helpful?