request(this._wsUrl + params, function(# e, r, body) {
var response;
if (e) {
_this.log.error("doLogin: request getChallenge -> error: " + (JSON.stringify(# error)));
_this._lastError = {
"error": {
"code": "ERROR_ON_REQUEST",
"message": "Error on request (get challenge)"
}
};