Skip to content

Commit 9b892e7

Browse files
committed
DEVDOCS-10403 - adding codeDepot markers
1 parent 4021d76 commit 9b892e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/docusign/controller/eSignature/services/KBAAuthenticationService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ public static EnvelopeSummary kbaAuthentication(
1717
String accountId,
1818
EnvelopeDefinition envelope
1919
) throws ApiException {
20+
//ds-snippet-start:eSign22Step4
2021
return envelopesApi.createEnvelope(accountId, envelope);
22+
//ds-snippet-end:eSign22Step4
2123
}
2224

25+
//ds-snippet-start:eSign22Step3
2326
public static Signer setSignHereAndSignerForEnvelope(
2427
String signerName,
2528
String signerEmail) throws IOException {
@@ -69,4 +72,5 @@ public static EnvelopeDefinition createEnvelope(
6972

7073
return envelope;
7174
}
75+
//ds-snippet-end:eSign22Step3
7276
}

0 commit comments

Comments
 (0)