A LoginRecord record consists of the following:
Name |
Type |
Content |
Token |
String |
The token to be used in various calls to web service methods. |
Success |
Boolean |
True if the login succeeded, False if it failed. If the login attempt failed then the reason for the failure will be returned in the Token field and the error code returned in the NumberOfConnections field |
NumberOfConnections |
Integer |
On a successful login, the number of current connections to the web service else the login error code. |
DistancesRemaining |
Integer |
On a successful login, the number of Distance Calculations remaining. |
IsDemoSystem |
Boolean |
On a successful login, indicates if this is a Demo system login |
SubExpires |
DateTime |
The Date and Time the subscription expires |