<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [AuthRequiredEvent](./puppeteer.protocol.fetch.authrequiredevent.md) > [request](./puppeteer.protocol.fetch.authrequiredevent.request.md) ## Protocol.Fetch.AuthRequiredEvent.request property The details of the request. <b>Signature:</b> ```typescript request: Network.Request; ```