BesterClient.authenticate

Authenticates the user to the server.

The credentials to authenticate with are username and password and are both of type string.

Throws a BesterException exception if the endpoint is not connected or on general error or if authentication fails.

Returns a JSONValue struct with the status.

class BesterClient
void
authenticate
(
string username
,
string password
)

Meta