Skip to content

Commit c599c5f

Browse files
2 parents 6d6e2c4 + b4f3155 commit c599c5f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
>
66
### GitHub repo: [code-examples-csharp](./README.md)
77

8+
If you downloaded this project using the [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) tool, it may be configured in one of three ways:
9+
10+
* **[JWT Grant remote signing example](#jwt-grant-remote-signing-project)**–demonstrates how to implement JSON Web Token authentication. It includes a single remote signing workflow.
11+
* **[Authorization Code Grant embedded signing example](#authorization-code-grant-embedded-signing-example)**–demonstrates how to implement Authorization Code Grant authentication. It includes a single embedded signing workflow.
12+
* **[Multiple code examples, Authorization Code Grant and JWT Grant](#installation-steps)**–includes the full range of examples and authentication types.
13+
14+
***Installation and running instructions vary depending on the configuration. Follow the link that matches your project type to get started.***
15+
816
This GitHub repo includes code examples for the [Web Forms API](https://developers.docusign.com/docs/web-forms-api/), [Maestro API](https://developers.docusign.com/docs/maestro-api/), [Docusign Admin API](https://developers.docusign.com/docs/admin-api/), [Click API](https://developers.docusign.com/docs/click-api/), [eSignature REST API](https://developers.docusign.com/docs/esign-rest-api/), [Monitor API](https://developers.docusign.com/docs/monitor-api/), and [Rooms API](https://developers.docusign.com/docs/rooms-api/).
917

1018

@@ -129,7 +137,7 @@ Also, in order to select JSON Web Token authentication in the launcher, in launc
129137
1. When prompted, log in to your Docusign developer account. If this is your first time using the app, select **ACCEPT** at the consent window.
130138
1. Select your desired code example.
131139

132-
## Authorization Code Grant embedded signing example:
140+
## Authorization Code Grant embedded signing example
133141
1. Double click the Quick_ACG.csproj file in the Quick_ACG folder of your Quickstart project.
134142
1. Select the green Play IIS Express button.
135143

0 commit comments

Comments
 (0)