mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Add back device code flow
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -95,7 +95,7 @@ class MinecraftAccount : public QObject, public Usable {
|
||||
QJsonObject saveToJson() const;
|
||||
|
||||
public: /* manipulation */
|
||||
shared_qobject_ptr<AuthFlow> login();
|
||||
shared_qobject_ptr<AuthFlow> login(bool useDeviceCode = false);
|
||||
|
||||
shared_qobject_ptr<AuthFlow> refresh();
|
||||
|
||||
|
Reference in New Issue
Block a user