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
Currently rosu-v2 doesn't provide a way to do this. Does seem like a decent use-case so I'll look into adding it when I have time 👍
I imagine I can add a method like OsuBuilder::with_token(access_token: String, expires_in: i64, refresh_token: String) and refresh it whenever needed. Maybe even make the refreshing optional.
I'd like to use this in an environment, where I already have a valid Access Token associated with a user. Is it possible to use this Token directly?
The text was updated successfully, but these errors were encountered: