Click or drag to resize

GetTokenInAuthToken Property

Sets the Authentication Token which is required for any communication to the time-web API
* Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string AuthToken { get; set; }

Property Value

String

Implements

IServiceInAuthToken
Remarks
A base64 encoded string that varies in length from 255-300 characters

Note  Note
Almost all connection to the time-web system require and AuthToken to permit access to the system. Please use the CreateToken(CreateTokenIn) service call to generate an AuthToken string.
Caution note  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