We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef84e7b commit f999bf4Copy full SHA for f999bf4
src/main/java/com/docusign/controller/webForms/examples/AbstractWebFormsController.java
@@ -46,11 +46,11 @@ protected static com.docusign.webforms.client.ApiClient createWebFormsApiClient(
46
String basePath,
47
String userAccessToken
48
) {
49
- //ds-snippet-start:WebForms1Step2
+ //ds-snippet-start:WebFormsJavaStep2
50
com.docusign.webforms.client.ApiClient apiClient = new com.docusign.webforms.client.ApiClient(basePath);
51
apiClient.addDefaultHeader(HttpHeaders.AUTHORIZATION, BEARER_AUTHENTICATION + userAccessToken);
52
apiClient.addAuthorization("docusignAccessCode", new com.docusign.webforms.client.auth.OAuth());
53
- //ds-snippet-end:WebForms1Step2
+ //ds-snippet-end:WebFormsJavaStep2
54
return apiClient;
55
}
56
0 commit comments