albis.logout - ALBIS-GROUP/LeaseKitSDK-JS GitHub Wiki
albis.logout(albisToken) ⇒ ResponseLogout
logout(albisToken) logs the user out
Kind: instance method of Albis
Returns: ResponseLogout - response object
| Param | Type | Description |
|---|---|---|
| albisToken | Object |
object with Albis token, which lets to communicate with Albis API |
Example
Albis.logout({ token: '12345' })Kind: global typedef
Properties
| Name | Type | Description |
|---|---|---|
| response.id | string |
json rpc lib id |
| response.jsonrpc | string |
json rpc version number ("2.0") |
| response.result | null |