Example:
var auth = HttpAuthentication.createBasicAuthentication("username", "password"); var response = services.rest.get(.., .., .., auth);
returns BasicAuthentication
Example: