ThingsboardApi_getToken {Rthingsboard} | R Documentation |
Get authorisation token from thingsboard server for a specific device
Description
This method is automatically called by ThingsboardApi_checkToken, and so by any other methods of the class ThingsboardApi as needed. Except for debugging purpose, it's not useful to call directly.
Arguments
timeOut |
numeric number of second before token timeout (default field |
Value
A list with keys 'token' and 'refreshtoken'
[Package Rthingsboard version 0.2.7 Index]