Skip to content

Commit 2fed6c7

Browse files
authored
synced Recipient auth launcher text with Code Launchers page
1 parent 1f43e66 commit 2fed6c7

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

views/pages/index_esignature_examples.ejs

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<% } %>
55

66
<% if (locals.dsConfig.multiSourceChooser) { %>
7-
<h3 class="mt-4">Code Examples for C#, PHP, Java, Node.js, Python, and Curl</h3>
7+
<h3 class="mt-4">Run and explore eSignature REST API code examples with Authorization Code Grant or JWT Grant authentication</h3>
88
<% } else { %>
9-
<h3 class="mt-4">Basic examples</h3>
9+
<h2 class="mt-4">Basic examples</h2>
1010
<% } %>
1111

1212
<h4 id="example001">1. <a href="eg001">Use embedded signing</a></h4>
@@ -129,6 +129,7 @@
129129
</p>
130130

131131
<h2>Payments</h2>
132+
132133
<h4 id="example014">14. <a href="eg014">Send an envelope with an order form and payment field</a></h4>
133134
<p>Anchor text
134135
(<a target='_blank'
@@ -140,6 +141,7 @@
140141
</p>
141142

142143
<h2>Tabs</h2>
144+
143145
<h4 id="example015">15. <a href="eg015">Get the tab data from an envelope</a></h4>
144146
<p>This example retrieves the tab (field) values from an envelope.</p>
145147
<p>API method used:
@@ -168,36 +170,36 @@
168170
</p>
169171

170172
<h2>Recipient authentication</h2>
171-
<h4 id="example019">19. <a href="eg019">Access Code Authentication</a></h4>
172-
<p>This is an example of an envelope utilizing Access Code authentication for multi-factor verification of a
173-
recipient.</p>
173+
174+
<h4 id="example019">19. <a href="eg019">Require access code authentication for a recipient</a></h4>
175+
<p>Sends an envelope that requires entering an access code for the purpose of multifactor authentication.</p>
174176
<p>API method used:
175177
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
176178
</p>
177179

178-
<h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recipient</a></h4>
180+
<h4 id="example020">20. <a href="eg020">Require phone authentication for a recipient</a></h4>
179181
<p>Sends an envelope that requires entering a six-digit code from a text message or phone call for the purpose of multifactor authentication.</p>
180182
<p>API method used:
181183
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
182184
</p>
183185

184-
<h4 id="example022">22. <a href="eg022">KBA Authentication</a></h4>
185-
<p>This is an example of an envelope utilizing Knowledge based authentication for multi-factor verification of a
186-
recipient.</p>
186+
<h4 id="example022">22. <a href="eg022">Require knowledge-based authentication (KBA) for a recipient</a></h4>
187+
<p>Sends an envelope that requires passing a public records check to validate identity for the purpose of multifactor authentication.</p>
187188
<p>API method used:
188189
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
189190
</p>
190191

191-
<h4 id="example023">23. <a href="eg023">IDV Authentication</a></h4>
192-
<p>This is an example of an envelope utilizing Id verification authentication for a recipient.</p>
192+
<h4 id="example023">23. <a href="eg023">Require ID Verification (IDV) for a recipient</a></h4>
193+
<p>Sends an envelope that requires the recipient to upload a government-issued ID for the purpose of multifactor authentication.</p>
193194
<p>API methods used:
194195
<a target='_blank'
195196
href="https://developers.docusign.com/esign-rest-api/reference/Accounts/IdentityVerifications/list">Accounts::getAccountIdentityVerificationsList</a>.
196197
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
197198
</p>
198199

199200
<h2>Permissions</h2>
200-
<h4 id="example024">24. <a href="eg024">Creating a permission</a></h4>
201+
202+
<h4 id="example024">24. <a href="eg024">Creating a permission profile</a></h4>
201203
<p>This code example demonstrates how to create a permission profile with the eSignature REST API. </p>
202204
<p>API methods used:
203205
<a target='_blank'
@@ -225,6 +227,7 @@
225227
</p>
226228

227229
<h2>Brands</h2>
230+
228231
<h4 id="example028">28. <a href="eg028">Creating a brand</a></h4>
229232
<p>This code example demonstrates how to create a brand with the eSignature REST API. </p>
230233
<p>API methods used:
@@ -245,6 +248,7 @@
245248
</p>
246249

247250
<h2>Bulk operations</h2>
251+
248252
<h4 id="example031">31. <a href="eg031">Bulk sending envelopes to multiple recipients.</a></h4>
249253
<p>
250254
Method BulkSend::createBulkSendList creates a bulk send list that you can use to send an envelope to up to 1,000
@@ -266,6 +270,7 @@
266270
</p>
267271

268272
<h2>Advanced recipient routing</h2>
273+
269274
<h4 id="example032">32. <a href="eg032">Pausing a signature workflow</a></h4>
270275
<p>
271276
This example creates and envelope and then pauses the signature workflow
@@ -294,6 +299,7 @@
294299
</p>
295300

296301
<h2>Premium features</h2>
302+
297303
<h4 id="example035">35. <a href="eg035">Sending via SMS delivery</a></h4>
298304
<p>
299305
This example demonstrates how to send a signature request for a signer (and CC) to read and sign via an SMS message.

0 commit comments

Comments
 (0)