Oracle® Webcenter Interaction Development Kit 10.3.0.0.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 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