Cases which leads to token refresh error

Hello! As stated in documentation here

refresh token could became invalid on password change or app disconnection.
But it seems that there are other reasons.

E.g. I have two refresh tokens with different scopes bits:read,channel:read:redemptions,channel_subscriptions,chat:read,user:read:email,user_read,user_subscriptions and channel_read,chat:read,user:read:email,user_read for the same application and the same user.

Refreshing with first token succeeds, but with second leads to Invalid refresh token error.

What could be a reason for such behaviour?

The only other thing I know of, is if you generate 25 Access Tokens, generating the 26th will terminate the first access token (and it’s refresh)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.