- Source:
Methods
(static) user(cb)
- Source:
Logs out the user (removes any cached API key)
Examples
paperspace.logout.user(function(err, res) {
// handle error or result
});
$ paperspace logout
# HTTP request:
# Note: there is no HTTP request corresponding to 'paperspace logout'.
Parameters:
Name | Type | Description |
---|---|---|
cb |
function | Node-style error-first callback function |