[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueWithAuthRequest](./puppeteer.protocol.fetch.continuewithauthrequest.md) > [requestId](./puppeteer.protocol.fetch.continuewithauthrequest.requestid.md) ## Protocol.Fetch.ContinueWithAuthRequest.requestId property An id the client received in authRequired event. Signature: ```typescript requestId: RequestId; ```