GH-3392 dirty initial MSA support that shares logic with Mojang flows
Both act as the first step of AuthContext.
This commit is contained in:
parent
fca2e9e44c
commit
3a53349e33
66 changed files with 2342 additions and 2477 deletions
|
@ -16,7 +16,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <launch/LaunchStep.h>
|
||||
#include <minecraft/auth/MojangAccount.h>
|
||||
#include <minecraft/auth/MinecraftAccount.h>
|
||||
|
||||
class ClaimAccount: public LaunchStep
|
||||
{
|
||||
|
@ -33,5 +33,5 @@ public:
|
|||
}
|
||||
private:
|
||||
std::unique_ptr<UseLock> lock;
|
||||
MojangAccountPtr m_account;
|
||||
MinecraftAccountPtr m_account;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue