In the node-auth0 Management API SDK, a developer can provide a token or a clientId/clientSecret.
When providing a clientId/clientSecret combination the developer is then not required to implement token refresh logic, which is immensely helpful.
Is there any plan to offer similar functionality to the Java SDK? Thank you.