I have an application which is using OneDrive through Microsoft Graph API, I created an App and users will consent through the oauth2 flow (that's working).
Now, after that, I have a refreshToken that I can use to get more accessToken (that's also working).
The problem comes when the user revokes the access of my App from their OneDrive account, the refreshToken is still valid and my code still has access to OneDrive user's data.
Is there a way to know that my app was revoked for this specific user through the Microsoft Graph API?