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
<pclass="Xlead">This launcher both demonstrates use of Authorization Code Grant and JWT OAuth flows and includes multiple usage examples for the DocuSign eSignature REST API.</p>
13
-
</td>
14
-
<td>
15
-
<imgsrc="/images/banner-code.png" />
16
-
</td>
17
-
</tr>
18
-
</tbody>
19
-
</table>
8
+
<tbody>
9
+
<tr>
10
+
<td>
11
+
12
+
13
+
14
+
<%if (locals.dsConfig.multiSourceChooser) { %>
15
+
<h1 class="display-4">Welcome</h1>
16
+
<p class="Xlead">Run and explore DocuSign code examples with Authorization Code Grant or JWT Grant authentication</p>
17
+
<% } else { %>
18
+
<h1 class="display-4">Node Launcher</h1>
19
+
<%if (examplesApi.examplesApi.isAdminApi) { %>
20
+
<p class="Xlead">
21
+
Run and explore DocuSign Admin API code examples with Authorization Code Grant or JWT Grant authentication
0 commit comments