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 4021d76 commit 9b892e7Copy full SHA for 9b892e7
src/main/java/com/docusign/controller/eSignature/services/KBAAuthenticationService.java
@@ -17,9 +17,12 @@ public static EnvelopeSummary kbaAuthentication(
17
String accountId,
18
EnvelopeDefinition envelope
19
) throws ApiException {
20
+ //ds-snippet-start:eSign22Step4
21
return envelopesApi.createEnvelope(accountId, envelope);
22
+ //ds-snippet-end:eSign22Step4
23
}
24
25
+ //ds-snippet-start:eSign22Step3
26
public static Signer setSignHereAndSignerForEnvelope(
27
String signerName,
28
String signerEmail) throws IOException {
@@ -69,4 +72,5 @@ public static EnvelopeDefinition createEnvelope(
69
72
70
73
return envelope;
71
74
75
+ //ds-snippet-end:eSign22Step3
76
0 commit comments