View Source DocuSign.Webhook.Crypto (DocuSign v1.2.0)
Crypto functions for DocuSign HMAC signature validation.
Summary
Types
Functions
@spec sign(request_body(), hmac256_key()) :: signature()
Sign payload with HMAC-SHA256 key.
@spec verify_hmac(hmac256_key(), request_body(), signature()) :: boolean()
Verify HMAC-SHA256 signature.