Steps to reproduce:
- request access token with no scopes
- Set OnUserAccessTokenRefreshed
- 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.
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.