Member Junction
Preparing search index...
@memberjunction/ai-bridge-server
VerifyStandardWebhookOptions
Interface VerifyStandardWebhookOptions
Options for verifying a Standard-Webhooks HMAC signature.
interface
VerifyStandardWebhookOptions
{
headers
:
Record
<
string
,
string
|
string
[]
|
undefined
>
;
rawPayload
:
string
;
replayCache
?:
Set
<
string
>
;
secret
:
string
;
toleranceSeconds
?:
number
;
}
Index
Properties
headers
raw
Payload
replay
Cache?
secret
tolerance
Seconds?
Properties
headers
headers
:
Record
<
string
,
string
|
string
[]
|
undefined
>
raw
Payload
rawPayload
:
string
Optional
replay
Cache
replayCache
?:
Set
<
string
>
secret
secret
:
string
Optional
tolerance
Seconds
toleranceSeconds
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
raw
Payload
replay
Cache
secret
tolerance
Seconds
Member Junction
Loading...
Options for verifying a Standard-Webhooks HMAC signature.