Example #1
0
RemoteAuthDelegate.prototype.logout = function() {
    user.logout();
};
Example #2
0
 jsonp.req(url, function(err, data) {
     if (!err) {
         user.logout();
     }
 });