I’m serving cloud integration service for few years.
Some users are encountering an issue where their devices are not being updated via callbacks.
The problem arises from the revocation of refresh tokens.
Below is the response I receive when attempting to re-issue an access token.
{
"headers": {
"schema": "st-schema",
"version": "1.0",
"interactionType": "refreshAccessTokens",
"requestId": "SOME-REQUEST-ID"
},
"globalError": {
"errorEnum": "INVALID-TOKEN",
"detail": "refresh token provided is revoked"
}
}
Are there someone suffered same problem?