In the API documentation, OneLogin states that one of the possible error messages could be a 400 with "Access token cannot be refreshed. Please re-authenticate".
https://developers.onelogin.com/api-docs/1/oauth20-tokens/refresh-tokens
The docs state that I can call this API if my access token has expired. However, when I make this call after my access token has expired, I get the error message stated above. There is no explanation on the docs on what this means.
The refresh token api does work if the access token has not expired.
Any help or explanation on this error message would be appreciated.
Thank you.