TokenCreate Class | |
The TokenCreate class is used to create a special token which is used for authentication for all web service requests.
A token must be created in order to establish a connection to time web services.
Inheritance Hierarchy Namespace: AppOne.Web.Service.ServicesAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax AppOne.Web.Service.Services.TokenCreate = function();
Type.createClass(
'AppOne.Web.Service.Services.TokenCreate');
The TokenCreate type exposes the following members.
Properties Remarks
This class is used in conjunction with the
TokenCreate(TokenCreate) method.
All properties in this class will need to be setup and configured by a system administrator in the time web services brand admin.
Note |
---|
A token is a base64 encoded string that varies in length from 255-325 characters. A token is required to perform any action or service request.
The input name for most token requests is 'AuthToken' and can passed as an input in the payload or part of the query string.
|
See Also