Click or drag to resize

GetTokenInAction Property

The action to perform when getting the token.
* Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Action { get; set; }

Property Value

String
Remarks
The action to perform when getting a token. After a token has been generated it can be renewed or validated.

Action Types

ActionDescription
VALIDATEReturns true if the token is still valid, and returns the same AuthToken string that was passed in.
RENEWWill renew the tokens timeout limit and returns a new and different AuthToken string.
See Also