You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,37 @@ public class SealedResults {
202
202
```
203
203
To learn more, refer to example located in [src/examples/java/com/fingerprint/example/SealedResults.java](src/examples/java/com/fingerprint/example/SealedResults.java).
204
204
205
+
## Webhook signature validation
206
+
This SDK provides utility method for verifying the HMAC signature of the incoming webhook request.
0 commit comments