Create |
public class CreateTokenIn
The CreateTokenIn type exposes the following members.
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 |
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. |