Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 883 Bytes

File metadata and controls

17 lines (12 loc) · 883 Bytes

Fingerprint.ServerSdk.WebhookValidation

IsValidSignature

bool IsValidSignature(string header, byte[] data, string secret)

Verifies the HMAC signature extracted from the "fpjs-event-signature" header of the incoming request. This is a part of the webhook signing process. You can enable and configure webhook signatures from your Fingerprint dashboard. To learn more, see https://fingerprint.com/support

Required Parameters

Name Type Description Notes
header string The value of the "fpjs-event-signature" header.
data byte[] The raw data of the incoming request.
secret string[] The secret key used to sign the request