Auth.authenticate

void authenticate(string username, string password)

Call this on an auth to authenticate it.

Normally this will cause the auth's message to be requeued with the new authentication info.

Parameters

usernamethe username provided by the user or client
passwordthe password provided by the user or client