import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AuthChallengeResponse } = Protocol.Fetch;
Response to an AuthChallenge.
Properties
The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box. (AuthChallengeResponseResponse enum)
The username to provide, possibly empty. Should only be set if response is ProvideCredentials.