diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-10-03 21:02:22 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-10-03 21:02:22 +0200 |
commit | bcae903921b81f578b0717e7376a45f9cafa16ad (patch) | |
tree | d5a2df68c4f2e8208c4f62142edbf7241fb198b9 /lib/csapi/login.cpp | |
parent | 40b29069f55b551a67f4244c2b803b16e8287cd2 (diff) | |
download | libquotient-bcae903921b81f578b0717e7376a45f9cafa16ad.tar.gz libquotient-bcae903921b81f578b0717e7376a45f9cafa16ad.zip |
Regenerate API files from spec v1.4
Diffstat (limited to 'lib/csapi/login.cpp')
-rw-r--r-- | lib/csapi/login.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/csapi/login.cpp b/lib/csapi/login.cpp index 81e603b5..7bb74e29 100644 --- a/lib/csapi/login.cpp +++ b/lib/csapi/login.cpp @@ -38,4 +38,7 @@ LoginJob::LoginJob(const QString& type, addParam<IfNotEmpty>(_dataJson, QStringLiteral("refresh_token"), refreshToken); setRequestData({ _dataJson }); + addExpectedKey("user_id"); + addExpectedKey("access_token"); + addExpectedKey("device_id"); } |