Uiinfrastructure API Docs  
 

HTTPBasicAuthenticator.AUTH_CHALLENGE Field

Internal string constants for basic auth challenge. Note that the AUTH_CHALLENGE string cannot come between /gateway and /PTARGS_ or the gateway code will not work. The AUTH_CHALLENGE string must also come immediately after the HTTP entry point (server.pt).

public const string AUTH_CHALLENGE = "/auth";

See Also

HTTPBasicAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace