14 lines
572 B
Markdown
14 lines
572 B
Markdown
<!-- 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) > [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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
requestId: RequestId;
|
|
```
|