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