aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/flows/MSA.h
blob: e403d530f087a41977c561e5e893b43e9f25d845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once
#include "AuthFlow.h"

class MSAInteractive : public AuthFlow {
    Q_OBJECT
   public:
    explicit MSAInteractive(AccountData* data, QObject* parent = 0);
};

class MSASilent : public AuthFlow {
    Q_OBJECT
   public:
    explicit MSASilent(AccountData* data, QObject* parent = 0);
};