respondToAuthRequestsFromMainProcess

With this flag, all HTTP 401 and 407 network requests created via the net module will allow responding to them via the login event on the UtilityProcess instance when a session is provided, or via the app#login event in the main process when using the default system network context. Without this flag, auth challenges are handled by the default login event on the ClientRequest object. Default is false.