AuthDomain.checkPassword
bool checkPassword(soup.server_message.ServerMessage msg, string username, string password)Checks if msg authenticates to domain via username and password.
This would normally be called from a callbackAuthDomainGenericAuthCallback.
Parameters
msg | a #SoupServerMessage |
username | a username |
password | a password |
Returns
whether or not the message is authenticated