checkPassword

open fun checkPassword(msg: ServerMessage, username: String, password: String): Boolean

Checks if @msg authenticates to @domain via @username and

Return

whether or not the message is authenticated

Parameters

msg

a #SoupServerMessage

username

a username

password

a password