mirror of
https://github.com/osukey/osukey.git
synced 2025-06-26 13:47:58 +09:00
Merge pull request #3775 from peppy/add-api-scope
Add wildcard scope to oauth requests
This commit is contained in:
commit
6e9da49a61
@ -178,6 +178,7 @@ namespace osu.Game.Online.API
|
|||||||
AddParameter("grant_type", GrantType);
|
AddParameter("grant_type", GrantType);
|
||||||
AddParameter("client_id", ClientId);
|
AddParameter("client_id", ClientId);
|
||||||
AddParameter("client_secret", ClientSecret);
|
AddParameter("client_secret", ClientSecret);
|
||||||
|
AddParameter("scope", "*");
|
||||||
|
|
||||||
base.PrePerform();
|
base.PrePerform();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user