GH-3392 Switch MS account login to use device flow instead
Device flow involves the user manually opening a web page and putting in a code. We no longer need to interact with the browser.
This commit is contained in:
parent
50b92c1af2
commit
eae65da110
8 changed files with 96 additions and 42 deletions
|
@ -83,6 +83,10 @@ public:
|
|||
return m_accountState;
|
||||
}
|
||||
|
||||
signals:
|
||||
void showVerificationUriAndCode(const QUrl &uri, const QString &code, int expiresIn);
|
||||
void hideVerificationUriAndCode();
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue