You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CamundaOperateClient client = new CamundaOperateClient(configuration);
166
+
CamundaOperateClient client = new CamundaOperateClientV1(configuration);
167
167
```
168
168
169
169
> **Note**: The `JwtCredential` constructor also supports an optional `resource` parameter. If you need to specify a resource in your OAuth2 token requests, you can use the extended constructor that includes the resource parameter.
@@ -186,7 +186,7 @@ JwtAuthentication authentication = new JwtAuthentication(credentials);
0 commit comments