C# Client 0.0.0.7
C# Library to interface with Corelink
Loading...
Searching...
No Matches
CoreLink.Credentials Class Reference

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]
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Credentials()

CoreLink.Credentials.Credentials ( string username,
string password )

Definition at line 51 of file UtilityStructs.cs.

Member Function Documentation

◆ ToJSON()

JSONNode CoreLink.Credentials.ToJSON ( )

Definition at line 57 of file UtilityStructs.cs.

Property Documentation

◆ Token

string CoreLink.Credentials.Token
getset

Definition at line 56 of file UtilityStructs.cs.


The documentation for this class was generated from the following file: