[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) > [authChallengeResponse](./puppeteer.protocol.network.continueinterceptedrequestrequest.authchallengeresponse.md) ## Protocol.Network.ContinueInterceptedRequestRequest.authChallengeResponse property Response to a requestIntercepted with an authChallenge. Must not be set otherwise. Signature: ```typescript authChallengeResponse?: AuthChallengeResponse; ```