mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
667 B
667 B
Home > puppeteer > Protocol > Fetch > AuthRequiredEvent > authChallenge
Protocol.Fetch.AuthRequiredEvent.authChallenge property
Details of the Authorization Challenge encountered. If this is set, client should respond with continueRequest that contains AuthChallengeResponse.
Signature:
authChallenge: AuthChallenge;