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 soup.types.AuthDomainGenericAuthCallback.

Parameters

msga #SoupServerMessage
usernamea username
passworda password

Returns

whether or not the message is authenticated