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
automatically ask for reauthentication when application user revokes application or refresh token is invalidated by osu-web
only relevant for authorization code grant
I've never seen osu-web invalidate a refresh token, but I think it may happen after several months of inactivity
will raise instead of re-authing if you passed access_token or refresh_token, since it's assumed you have your own method of authenticating with the user in that case. You should handle the possibility that ossapi requests raise ReauthenticationRequired in this case