20 lines
940 B
Markdown
20 lines
940 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)
|
||
|
|
||
|
## Protocol.Fetch.ContinueWithAuthRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ContinueWithAuthRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [authChallengeResponse](./puppeteer.protocol.fetch.continuewithauthrequest.authchallengeresponse.md) | [AuthChallengeResponse](./puppeteer.protocol.fetch.authchallengeresponse.md) | Response to with an authChallenge. |
|
||
|
| [requestId](./puppeteer.protocol.fetch.continuewithauthrequest.requestid.md) | [RequestId](./puppeteer.protocol.fetch.requestid.md) | An id the client received in authRequired event. |
|
||
|
|