Click or drag to resize

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
SystemObject
  AppOne.Web.Service.ServicesTokenCreate

Namespace: AppOne.Web.Service.Services
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class TokenCreate

The TokenCreate type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCustomerAlias Gets or sets the CustomerAlias
Public propertyCode exampleCustomerAliasExternal Gets or sets the CustomerAliasExternal
Public propertyCode exampleSharedKey Gets or sets the SharedKey
Public propertyCode exampleUserName Gets or sets the User name
Public propertyCode exampleUserPass Gets or sets the User Password
Top
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  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