Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IRemoteSession.GetLoginToken Method 

Returns the portal login token currently being used by this remote session.

string GetLoginToken();

Return Value

the login token

Remarks

This URI was set when the IRemoteSession object was constructed by RemoteSessionFactory. If the IRemoteSession was constructed using a token, this value is that login token. If the IRemoteSession was constructed using a name and password, this login token is obtained via a SOAP call to the Portal Server.

See Also

IRemoteSession Interface | Plumtree.Remote.PRC Namespace