You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,8 @@ For a list of code examples that use the Admin API, see the [How-to guides overv
97
97
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the DocuSign Developer Center, skip step 4 as it was automatically performed for you.
98
98
99
99
1. Extract the Quickstart ZIP file or download or clone the code-examples-java repository.
100
-
1. In your command-line environment, switch to the folder:
101
-
`cd <Quickstart folder>` or `cd code-examples-java`
100
+
1. In your command-line environment, switch to the :
101
+
`cd <Quickstart >` or `cd code-examples-java`
102
102
1. Package the code: `mvn package`
103
103
1. To configure the launcher for [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) authentication, create a copy of the file src/main/resources/application.example.json and save the copy as src/main/resources/application.json.
104
104
1. Add your User ID. On the [Apps and Keys](https://admindemo.docusign.com/authenticate?goTo=apiIntegratorKey) page, under **My Account Information**, copy the **User ID** GUID and save it in application.json as your `DS_TARGET_ACCOUNT_ID`.
@@ -109,26 +109,26 @@ For a list of code examples that use the Admin API, see the [How-to guides overv
109
109
**Note:** Protect your personal information. Please make sure that application.json will not be stored in your source code repository.
110
110
111
111
#### Multiple code examples, Authorization Code Grant, and JWT Grant:
0 commit comments