Click or drag to resize

ServiceRouterTokenRenewSunset Method

Note: This API is now obsolete.

**SUNSET** See V2 GetToken(GetTokenIn)

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
[ObsoleteAttribute]
public bool TokenRenewSunset(
	string token
)

Parameters

token  String
A previously generated AuthToken string

Return Value

Boolean
True 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