$28.prototype.refreshTokens = function(email, token){
        return this.api.Auth.authenticate({
            email: email,
            refresh_token: token,
            grant_type: 'refresh_token'