AuthDomain.checkPassword

Checks if msg authenticates to domain via username and password.

This would normally be called from a callbackAuthDomainGenericAuthCallback.

class AuthDomain
bool
checkPassword

Parameters

msg soup.server_message.ServerMessage

a #SoupServerMessage

username string

a username

password string

a password

Return Value

Type: bool

whether or not the message is authenticated