mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
[MSA] Refresh token fix
This commit is contained in:
parent
9e4b648263
commit
bff2a44325
@ -58,7 +58,7 @@ public class Msa {
|
|||||||
);*/
|
);*/
|
||||||
data.put("client_id", "00000000402b5328");
|
data.put("client_id", "00000000402b5328");
|
||||||
data.put(isRefresh ? "refresh_token" : "code", authcode);
|
data.put(isRefresh ? "refresh_token" : "code", authcode);
|
||||||
data.put("grant_type", "authorization_code");
|
data.put("grant_type", isRefresh ? "refresh_token" : "authorization_code");
|
||||||
data.put("redirect_url", "https://login.live.com/oauth20_desktop.srf");
|
data.put("redirect_url", "https://login.live.com/oauth20_desktop.srf");
|
||||||
data.put("scope", "service::user.auth.xboxlive.com::MBI_SSL");
|
data.put("scope", "service::user.auth.xboxlive.com::MBI_SSL");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user