Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
[x] This change adds test coverage
[x] This change has been tested on the latest version of the platform/language or why not
Changes
Adds support for the following APIs:
https://auth0.com/docs/api/management/v2/users/get-refresh-tokens-for-user https://auth0.com/docs/api/management/v2/users/delete-refresh-tokens-for-user https://auth0.com/docs/api/management/v2/refresh-tokens/get-refresh-token https://auth0.com/docs/api/management/v2/refresh-tokens/delete-refresh-token
https://auth0.com/docs/api/management/v2/users/get-sessions-for-user https://auth0.com/docs/api/management/v2/users/delete-sessions-for-user https://auth0.com/docs/api/management/v2/sessions/get-session https://auth0.com/docs/api/management/v2/sessions/delete-session
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
Checklist