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' })

ResponseLogout : Object

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
⚠️ **GitHub.com Fallback** ⚠️