Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion launcher-csharp/ConnectWebhookHMACValidation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class ConnectWebhookHmacValidation
/// <summary>
/// Validates the payload that was recevied in the body (raw content) of the Connect webhook message
/// </summary>
/// <param name="secret">HMAC key from the Conenct page in DocuSign</param>
/// <param name="secret">HMAC key from the Connect page in DocuSign</param>
/// <param name="payload">Raw Content of the webhook message without wrapping or formatting</param>
/// <param name="verify">Value of the x-docusign-signature-1 header of the webhook request</param>
/// <returns>True if the payload was verified with the secret</returns>
Expand Down
Loading