Uiinfrastructure API Docs  
 

HTTPBasicAuthenticator.Logout Method 

Logout is handled by the ILoginControl in the Login AS. This method returns false to indicate no logout action has been performed.

public virtual bool Logout(
   RequestData requestData
);

Implements

IAuthenticator.Logout

See Also

HTTPBasicAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#Logout