[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. Signature: ```typescript request: Network.Request; ```