692 B
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;