You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call an endpoint that need a scope (ex. GetFollowedChannels)
What happens:
It gets into an endless loop calling the function passed to OnUserAccessTokenRefreshed.
What should happen:
It should be able to distiguish between unauthorized because of missing scopes and unauthorized because of an expired access token.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
What happens:
It gets into an endless loop calling the function passed to OnUserAccessTokenRefreshed.
What should happen:
It should be able to distiguish between unauthorized because of missing scopes and unauthorized because of an expired access token.
The text was updated successfully, but these errors were encountered: