DClient.auth

Authenticates as a client with the server

@param username the username to use @param password the password to use @returns bool true on successful authentication, false otherwise

class DClient
bool
auth
(
string username
,
string password
)

Meta