auth0-java icon indicating copy to clipboard operation
auth0-java copied to clipboard

#448 Adding field filter option to get client by ID API

Open bhatmadhavi opened this issue 3 years ago • 0 comments

Changes

Current auth0-java SDK does not provide filter option to "get Client By Id" API, which is available in auth0-management API This feature is useful if we intend to read only limited client fields.

Solution here is - Adding new method to ClientsEntity.java, which accepts "FieldsFilter" parameter

References

Please include relevant links supporting this change such as a:

  • Feature Requested https://github.com/auth0/auth0-java/issues/448

Testing

Locally tested by connecting to real auth0

  • [x] This change adds test coverage
  • [ ] This change has been tested on the latest version of the platform/language or why not

Checklist

bhatmadhavi avatar Aug 10 '22 19:08 bhatmadhavi