check_password
Description:
Checks if msg
authenticates to this via username
and password
.
This would normally be called from a [callback@AuthDomainGenericAuthCallback].
Parameters:
this | |
msg | |
username |
a username |
password |
a password |
Returns:
whether or not the message is authenticated |