Click or drag to resize

CreateTokenIn Class

This class is the model for retrieving a special token used for authentication for all web service requests
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsCreateTokenIn

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

The CreateTokenIn 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 the model for retrieving a special token used for authentication for all web service requests. A token must be created in order to establish a connection to time-web. This class is used in conjunction with the CreateToken(CreateTokenIn) method. All properties in this class will need to be setup and configured by a system administrator in the time-web 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.
Example
For example code see CreateToken(CreateTokenIn)
See Also