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

692 B

Home > puppeteer > Protocol > Network > RequestInterceptedEvent > authChallenge

Protocol.Network.RequestInterceptedEvent.authChallenge property

Details of the Authorization Challenge encountered. If this is set then continueInterceptedRequest must contain an authChallengeResponse.

Signature:

authChallenge?: AuthChallenge;