We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1832adc commit 24f0ee0Copy full SHA for 24f0ee0
launcher-csharp/ConnectWebhookHMACValidation.cs
@@ -13,7 +13,7 @@ public static class ConnectWebhookHmacValidation
13
/// <summary>
14
/// Validates the payload that was recevied in the body (raw content) of the Connect webhook message
15
/// </summary>
16
- /// <param name="secret">HMAC key from the Conenct page in DocuSign</param>
+ /// <param name="secret">HMAC key from the Connect page in DocuSign</param>
17
/// <param name="payload">Raw Content of the webhook message without wrapping or formatting</param>
18
/// <param name="verify">Value of the x-docusign-signature-1 header of the webhook request</param>
19
/// <returns>True if the payload was verified with the secret</returns>
0 commit comments