mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
717 B
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;