diff options
Diffstat (limited to 'launcher/minecraft/auth/flows/MSASilent.h')
-rw-r--r-- | launcher/minecraft/auth/flows/MSASilent.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/flows/MSASilent.h b/launcher/minecraft/auth/flows/MSASilent.h new file mode 100644 index 00000000..e1b3d43d --- /dev/null +++ b/launcher/minecraft/auth/flows/MSASilent.h @@ -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; +}; |