Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Fetch_authRequired

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface Fetch_authRequired
import { type Fetch_authRequired } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Properties

requestId: Fetch_RequestId

Each request the page makes will have a unique id.

The details of the request.

frameId: Page_FrameId

The id of the frame that initiated the request.

resourceType: Network_ResourceType

How the requested resource will be used.

authChallenge: Fetch_AuthChallenge

Details of the Authorization Challenge encountered. If this is set, client should respond with continueRequest that contains AuthChallengeResponse.