AuthDomain.checkPassword

Checks if @msg authenticates to @domain via @username and @password. This would normally be called from a #SoupAuthDomainGenericAuthCallback.

class AuthDomain
bool
checkPassword
(,
string username
,
string password
)

Parameters

msg Message

a #SoupMessage

username string

a username

password string

a password

Return Value

Type: bool

whether or not the message is authenticated

Meta