Skip to content

Commit 0d5e8e0

Browse files
committed
More codeDepot
1 parent 768f3ae commit 0d5e8e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/docusign/controller/maestro/examples/AbstractMaestroController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ public AbstractMaestroController(DSConfiguration config, String exampleName, Use
2727
this.session = session;
2828
}
2929

30+
//ds-snippet-start:MaestroJavaStep2
3031
protected IamClient createAuthenticatedClient(String accessToken) {
3132
return IamClient.builder()
3233
.accessToken(accessToken)
3334
.build();
3435
}
36+
//ds-snippet-end:MaestroJavaStep2
3537

3638
protected String serializeObjectToJson(Object data) throws Exception {
3739
ObjectMapper mapper = new ObjectMapper();

0 commit comments

Comments
 (0)