lotek_logout: Close Lotek Session

View source: R/lotek_auth.R

lotek_logoutR Documentation

Close Lotek Session

Description

Removes authentication info from memory.

Usage

lotek_logout()

Value

True if login info is erased, false if not.

Notes

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.

See Also

lotek_login for starting the session.

Examples


lotek_login("demo", "PASSWORD09")

alerts <- fetch_lotek_devices()

lotek_logout()


Huh/collar documentation built on Aug. 5, 2022, 11:02 p.m.