ServiceRouterTokenRenew Method | |
Note: This API is now obsolete.
Namespace: AppOne.Web.Service.Services.V1R0Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax [ObsoleteAttribute]
public bool TokenRenew(
string token
)
function TokenRenew(token);
Parameters
- token String
- A previously generated AuthToken string
Return Value
BooleanTrue if the token was renewed
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