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:
10
launcher/minecraft/auth/flows/MSASilent.h
Normal file
10
launcher/minecraft/auth/flows/MSASilent.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "AuthContext.h"
|
||||
|
||||
class MSASilent : public AuthContext
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit MSASilent(AccountData * data, QObject *parent = 0);
|
||||
void executeTask() override;
|
||||
};
|
Reference in New Issue
Block a user