GetTokenModelAuthToken Property | |
The token string that is to be evaluated.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string AuthToken { get; set; }
function get_AuthToken();
function set_AuthToken(value);
Property Value
StringRemarks
The token string that is to be evaluated. This value must be initially created with the
CreateToken(CreateTokenIn) method.
Once the value is created it can be passed to validate if it is still valid or used to renew a new token which contains the same used in the CreateToken statement, however it will
return a new/different token string in the
GetToken(GetTokenIn) response method.
See Also