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.
2 parents b55cde6 + 1dfb964 commit 4697c1eCopy full SHA for 4697c1e
README.md
@@ -34,7 +34,7 @@ And finally, if you're using a SaaS environment, just use the **SaaSAuthenticati
34
```java
35
JwtConfig jwtConfig = new JwtConfig();
36
jwtConfig.addProduct(Product.TASKLIST, new JwtCredential("clientId", "clientSecret", "tasklist.camunda.io", "https://login.cloud.camunda.io/oauth/token"));
37
- Authentication auth = SaaSAuthentication.builder().jwtConfig(jwtConfig).build();
+ Authentication auth = SaaSAuthentication.builder().withJwtConfig(jwtConfig).build();
38
```
39
40
## Build your client
0 commit comments