[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueWithAuthRequest](./puppeteer.protocol.fetch.continuewithauthrequest.md) > [authChallengeResponse](./puppeteer.protocol.fetch.continuewithauthrequest.authchallengeresponse.md) ## Protocol.Fetch.ContinueWithAuthRequest.authChallengeResponse property Response to with an authChallenge. Signature: ```typescript authChallengeResponse: AuthChallengeResponse; ```