auth0 / auth0-java

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

Enable ability to specify client ID on reset password request #511

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

Adds the ability to make a request to the reset password API specifying a client ID that may be different from the client's configured client ID.

Fixes #510.