Skip to content

Conversation

@tanya732
Copy link
Contributor

@tanya732 tanya732 commented Jul 1, 2025

Changes

Fix: the scopes field for Refresh Token

References

https://auth0.com/docs/api/management/v2/users/get-refresh-tokens-for-user
https://auth0.com/docs/api/management/v2/refresh-tokens/get-refresh-token

Manual Testing Snippet

Get domain and apiToken from tenant

ManagementAPI api = ManagementAPI.newBuilder("{YOUR_DOMAIN}", "{YOUR_API_TOKEN}").build();

RefreshTokensPage page = api.users().listRefreshTokens("<USER_ID>", <FILTER>).execute().getBody();

RefreshToken refreshToken = api.refreshTokens().get("<REFRESH_TOKEN_ID>").execute().getBody();

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.

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

Checklist

@tanya732 tanya732 requested a review from a team as a code owner July 1, 2025 07:43
@tanya732 tanya732 merged commit e6c054d into master Jul 9, 2025
6 checks passed
@tanya732 tanya732 deleted the fix/resource-server-scopes branch July 9, 2025 12:56
This was referenced Jul 14, 2025
@tanya732 tanya732 mentioned this pull request Jul 21, 2025
This was referenced Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants