Plumtree UI Infrastructure API  
 

TokenAuthenticator.Login Method 

Performs the login-token authentication. The status of successful/failed login will be conveyed in the returned LoginResult object. If no token can be found in the request, this method returns null.

public virtual LoginResult Login(
   RequestData requestData
);

Implements

IAuthenticator.Login

See Also

TokenAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#Login