Aqualogic Interaction API  
 

IPTSession.GetToken Method 

Generates a login token that can be used to connect new instances of IPTSession as the currently logged-in user. Tokens carry an on-board expiration timestamp and a Message Authentication Code as part of their payload. If the user account is locked while the user is logged-in, tokens can still be generated, but calling Reconnect() using the token will fail.

string GetToken(
   int iLifetimeMinutes
);

Parameters

iLifetimeMinutes
- The lifetime of the login token, in minutes.

Return Value

A login token representing the currently logged-in user.

See Also

IPTSession Interface | com.plumtree.server Namespace