Determines whether the given ticket is still valid or not.

Syntax

Visual Basic (declaration)
Public Function isValidTicket( _ 
ByVal AuthenticationTicket as String) as XmlNode

C# (declaration)
public XmlNode isValidTicket( 
string AuthenticationTicket)

Parameters

AuthenticationTicket
    string infoRouter ticket

Return Value

returns xml fragment.

<response success="true" error="" username="sysadmin" fullname="System Administrator" email="sysadmin@infoRouter.com" userid="4" />

if success attribute is "true", the ticket is valid.
if success attribute is "false", the error attribute indicates the encountered error.