We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9311d commit d10aff7Copy full SHA for d10aff7
src/main/java/com/auth0/client/mgmt/ManagementAPI.java
@@ -418,8 +418,7 @@ public static class Builder {
418
* @param apiToken the API token used to make requests to the Auth0 Management API.
419
*/
420
public Builder(String domain, String apiToken) {
421
- this.domain = domain;
422
- this.tokenProvider = SimpleTokenProvider.create(apiToken);
+ this(domain, SimpleTokenProvider.create(apiToken));
423
}
424
425
/**
0 commit comments