auth0-java
auth0-java copied to clipboard
Java client library for the Auth0 platform
### Changes Changes are added from https://github.com/fern-demo/auth0-java-sdk, and tested already
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Changes Based on the [documentation](https://auth0.com/docs/api/management/v2/clients/get-clients) it is possible to use the Query Parameters `q`, `take` and `from` for checkpoint based pagination. The problem was that the library doesn't support...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Changes The package scoped constructor of DefaultHttpClient has been made protected so that custom implementations can extend DefaultHttpClient to provide a pre-build OkHttp client delegate. I considered making the...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...