Uiinfrastructure API Docs  
 

Authenticator.Logout Method 

Performs the logout operation. Currently only the SSO uses this, as the other authentication methods perfom the logout operations from within the Login activity space. For ths SSO case, this method sends an HTTP redirect to the SSO logout URL.

public virtual bool Logout(
   RequestData requestData
);

Implements

IAuthenticator.Logout

See Also

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