| Create |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class CreateTokenIn
The CreateTokenIn type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | CustomerAlias | Gets or sets the CustomerAlias | 
|   | CustomerAliasExternal | Gets or sets the CustomerAliasExternal | 
|   | SharedKey | Gets or sets the SharedKey | 
|   | UserName | Gets or sets the User name | 
|   | UserPass | Gets or sets the User Password | 
 Remarks
Remarks|  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
Example See Also
See Also