Agent login function
login( responseBack, username, password )
| Name | Type | Description |
| responseBack | Indicates which function to be called when a response is received. | |
| username | The username should normally be the msisdn in addition to its country code i.e. +18881234567 | |
| password | The user password |
var loginBack = function(r, xmlResponse) { ... // handle response };
mc.login(loginBack, \"user1\", \"pass2\");