Uiinfrastructure API Docs  
 

SSOAuthenticator.Logout Method 

The method sends an HTTP redirect to the SSO logout URL.

public virtual bool Logout(
   RequestData requestData
);

Return Value

a boolean indicating whether an HTTP redirect has been sent.

Implements

IAuthenticator.Logout

See Also

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