GetTokenInAction Property | |
The action to perform when getting the token.
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Action { get; set; }
function get_Action();
function set_Action(value);
Property Value
StringRemarks
The action to perform when getting a token. After a token has been generated it can be renewed or validated.
Action Types
Action | Description |
---|
VALIDATE | Returns true if the token is still valid, and returns the same AuthToken string that was passed in. |
RENEW | Will renew the tokens timeout limit and returns a new and different AuthToken string. |
See Also