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

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;