$28.prototype.login = function(email, password) {
        return this.api.Auth.authenticate({
            email: email,
            password: password,
            grant_type: 'client_credentials'