API-8127
A refresh token was used twice: the app's tokens were revoked
Why it happens
A refresh token changes on every use, and a used one arriving again means it may have been stolen, so Rabt revoked every token of this authorization to protect the organization.
What to do
Authorize the app again. If the app did not reuse the token itself, check the security of where its tokens are kept.
- HTTP status
- 400
- Retrying does not help