check_password


Description:

public virtual bool check_password (ServerMessage msg, string username, string password)

Checks if msg authenticates to this via username and password.

This would normally be called from a [callback@AuthDomainGenericAuthCallback].

Parameters:

this

a AuthDomain

msg

a ServerMessage

username

a username

password

a password

Returns:

whether or not the message is authenticated