Auth.authenticate

Call this on an auth to authenticate it; normally this will cause the auth's message to be requeued with the new authentication info.

class Auth
void
authenticate
(
string username
,
string password
)

Parameters

username string

the username provided by the user or client

password string

the password provided by the user or client

Meta