mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
change(accounts): stop retrieving Xbox API token for gamertag
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
9e86c44f7c
commit
d35155ca66
7 changed files with 3 additions and 41 deletions
|
|
@ -95,9 +95,6 @@ struct AccountData {
|
|||
QJsonObject saveState() const;
|
||||
bool resumeStateFromV3(QJsonObject data);
|
||||
|
||||
//! userName for Mojang accounts, gamertag for MSA
|
||||
QString accountDisplayString() const;
|
||||
|
||||
//! Yggdrasil access token, as passed to the game.
|
||||
QString accessToken() const;
|
||||
|
||||
|
|
@ -111,7 +108,6 @@ struct AccountData {
|
|||
QString msaClientID;
|
||||
Token msaToken;
|
||||
Token userToken;
|
||||
Token xboxApiToken;
|
||||
Token mojangservicesToken;
|
||||
|
||||
Token yggdrasilToken;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue