auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
287 stars 131 forks source link

[SDK-3777] Use builders to construct API client instances #475

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

Adds builders for constructing API clients. This affords greater flexibility if/when additional configuration options are added, without having to continually overload constructors.

A follow-up PR will deprecate the existing constructors in favor of the builders.