Expose oauth access token via api interface

This commit is contained in:
Dean Herbert
2020-10-22 15:03:43 +09:00
parent 175fd512b0
commit 4788b4a643
3 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,11 @@ namespace osu.Game.Online.API
/// </summary>
Bindable<UserActivity> Activity { get; }
/// <summary>
/// Retrieve the OAuth access token.
/// </summary>
public string AccessToken { get; }
/// <summary>
/// Returns whether the local user is logged in.
/// </summary>