Please include the following information in your post:
- auth0-java
- 1.23.0:
- Java amazoncoretto 11.0.9
I have a general query.
For the /userinfo API we have in the SDK AuthAPI.userInfo(accessToken).
For this, in case we use a valid but expired token (older than 24 hours), will we get a regular unauthenticated Error as we get for invalid tokens, or will we get a proper token expired exception?
If such a specific exception is not being provided by the function currently, would it be possible to get it added in a subsequent update in the SDK?