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
| 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 |