mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
940 B
940 B
Home > puppeteer > Protocol > Fetch > ContinueWithAuthRequest
Protocol.Fetch.ContinueWithAuthRequest interface
Signature:
export interface ContinueWithAuthRequest
Properties
Property | Type | Description |
---|---|---|
authChallengeResponse | AuthChallengeResponse | Response to with an authChallenge. |
requestId | RequestId | An id the client received in authRequired event. |