puppeteer/new-docs/puppeteer.protocol.network.continueinterceptedrequestrequest.authchallengeresponse.md
2020-07-13 14:01:35 +01:00

717 B

Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > authChallengeResponse

Protocol.Network.ContinueInterceptedRequestRequest.authChallengeResponse property

Response to a requestIntercepted with an authChallenge. Must not be set otherwise.

Signature:

authChallengeResponse?: AuthChallengeResponse;