Add test authentication task.

It doesn't actually do anything with the server's reply yet.
This commit is contained in:
Andrew
2013-11-13 16:59:50 -06:00
parent d84b1a91f4
commit 9cfd5ae465
5 changed files with 134 additions and 7 deletions

View File

@ -168,3 +168,8 @@ YggdrasilTask::Error *YggdrasilTask::getError() const
return this->m_error;
}
MojangAccount* YggdrasilTask::getMojangAccount() const
{
return this->m_account;
}