Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Network.AuthChallenge
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { AuthChallenge } = Protocol.Network;

Authorization challenge for HTTP status code 401 or 407.

Properties

optional
source: ("Server" | "Proxy")

Source of the authentication challenge. (AuthChallengeSource enum)

origin: string

Origin of the challenger.

scheme: string

The authentication scheme used, such as basic or digest

realm: string

The realm of the challenge. May be empty.