lotek_logout | R Documentation |
Removes authentication info from memory.
lotek_logout()
True if login info is erased, false if not.
The name is somehwat misleading. As of writing the Lotek API does not include functionality to terminate the session on the server, so this function removes locally stored authentication information but does not notify the server.
lotek_login
for starting the session.
## Not run:
lotek_login("demo", "PASSWORD09")
alerts <- fetch_lotek_devices()
lotek_logout()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.