Problem statement
Does Auth0 Java SDK support Http 1.1?
Solution
The dependency of Auth0’s JAVA SDK for the HTTP calls is okhttp3.
Based on the following StackOverflow Q&A, HTTP 1.1 is enabled by default with okhttp3
Also, based on the library documentation HTTP 1.1 support will always be kept.