TimeSlicePreModelAuthToken Property | |
Sets the Authentication Token which is required for any communication to the TWS interface
* Required Property
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string AuthToken { get; set; }
function get_AuthToken();
function set_AuthToken(value);
Property Value
StringImplements
IServiceParamsAuthTokenRemarks
A base64 encoded string that varies in length from 255-300 characters
Note |
---|
Almost all connection to the time web services system require and AuthToken to permit access to the system. Please use the TokenCreate(TokenCreate) service call to generate an AuthToken string.
|
Caution |
---|
An AuthToken is valid for around 2 hours, please keep this in mind if you plan to use the same AuthToken for a given session.
|
Example
An AuthToken string will look something like the following:
jZuVk9MRVQvWFNnTjN4YURBdFdxdz0aaTU0d0QzMFVDT2d1Q3pGN0lsWTdBLy81VFMas33dffasQ4YlRBNG01clJIdXRVd1pzYkh1YU...
See Also