GatewayTokenRequestContract Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gateway token request contract properties.
public class GatewayTokenRequestContract
type GatewayTokenRequestContract = class
Public Class GatewayTokenRequestContract
- Inheritance
-
GatewayTokenRequestContract
Constructors
GatewayTokenRequestContract() |
Initializes a new instance of the GatewayTokenRequestContract class. |
GatewayTokenRequestContract(KeyType, DateTime) |
Initializes a new instance of the GatewayTokenRequestContract class. |
Properties
Expiry |
Gets or sets the Expiry time of the Token. Maximum token expiry
time is set to 30 days. The date conforms to the following format:
|
KeyType |
Gets or sets the Key to be used to generate gateway token. Possible values include: 'primary', 'secondary' |
Methods
Validate() |
Validate the object. |