| BaseServiceTokenRenew Method |  | 
Namespace: AppOne.Web.Service.Services.V1R0Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool TokenRenew(
	string encryptedToken
)
function TokenRenew(encryptedToken);
Parameters
- encryptedToken  String
- An encrypted token string that has already been created with TokenCreate(TokenCreate)
Return Value
BooleanTrue if the token was renewed
 Remarks
Remarks
                Use this method to renew a token that was already created.  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.  When a token is created it will last for around 2 hours, however the tokens
                session life can be renewed to allow it to continue to be an active token. 
 See Also
See Also