This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Refreshes the token if it is still valid.

Namespace: Smartsite.Security
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public static bool RefreshToken(
	string token
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function RefreshToken ( _
	token As  _
) As 

Parameters

token
String
An existing single sign on token.

Return Value

Returns true if the token was still valid and has been refreshed.

See Also

Advanced