Uiinfrastructure API Docs  
 

Authenticator.Login Method 

Performs the login operation. It will first try with login token auth. If the token does not exist or it fails, it will check if HTTP basic auth is appropriate for this request. If all fail, the user will be logged in as guest user.

public virtual LoginResult Login(
   RequestData requestData
);

Implements

IAuthenticator.Login

See Also

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