Session logout
Parameters
| Name | Type | Description |
cb optional | function | callback function |
Example
this.logout = function(cb) {
return _request({
method: 'GET',
url: '/session/logout',
callback: cb
});
};
Session logout
| Name | Type | Description |
cb optional | function | callback function |
this.logout = function(cb) {
return _request({
method: 'GET',
url: '/session/logout',
callback: cb
});
};
Copyright 2023 Maytech a Kiteworks company • All rights reserved
Add Comment