Implement auth task's response processing.
The authenticate task can now successfully log a user in.
This commit is contained in:
@ -37,6 +37,8 @@ protected:
|
||||
virtual QString getEndpoint() const;
|
||||
|
||||
virtual bool processResponse(QJsonObject responseData);
|
||||
|
||||
QString getStateMessage(const YggdrasilTask::State state) const;
|
||||
|
||||
private:
|
||||
QString m_password;
|
||||
|
Reference in New Issue
Block a user