Skip to content

Commit 328b964

Browse files
committed
More Maestro API updates
1 parent 606063c commit 328b964

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)