Uiinfrastructure API Docs  
 

LoginHelper.GetAutologinToken Method 

Call this method to obtain an autologin token from the request.

public string GetAutologinToken(
   IXPRequest request
);

Parameters

request
IXPRequest

Return Value

String token that may be used to log in. Null if no token is available.

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace