Uiinfrastructure API Docs  
 

HTTPBasicAuthenticator.SendBasicAuthChallenge Method 

Helper method to send an HTTP basic auth challenge to authenticate the user. The calling method should exit without setting a response after calling this method.

public static void SendBasicAuthChallenge(
   RequestData _tempData
);

Parameters

_tempData

See Also

HTTPBasicAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace