Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ When the token expires, the user is asked to re-authenticate. The refresh token
* Authentication with Docusign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/).
When the token expires, it updates automatically.


## eSignature API

For more information about the scopes used for obtaining authorization to use the eSignature API, see [Required scopes](https://developers.docusign.com/docs/esign-rest-api/esign101/auth#required-scopes).
Expand Down
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