| C# Client 0.0.0.7
    C# Library to interface with Corelink | 
Contains user information to authenticate with Corelink. The username and password are sent to the server and authenticated, and then the server returns a token which must be used throughout the app's life to authenticate every function request. More...
| Public Member Functions | |
| Credentials (string username, string password) | |
| JSONNode | ToJSON () | 
| Properties | |
| string | Token  [get, set] | 
Contains user information to authenticate with Corelink. The username and password are sent to the server and authenticated, and then the server returns a token which must be used throughout the app's life to authenticate every function request.
Definition at line 48 of file UtilityStructs.cs.
| CoreLink.Credentials.Credentials | ( | string | username, | 
| string | password ) | 
Definition at line 51 of file UtilityStructs.cs.
| JSONNode CoreLink.Credentials.ToJSON | ( | ) | 
Definition at line 57 of file UtilityStructs.cs.
| 
 | getset | 
Definition at line 56 of file UtilityStructs.cs.