Module auth

Module auth 

Source
Expand description

HTTP and proxy authentication handling.

This module provides support for handling HTTP Basic and Digest authentication challenges via the Fetch.authRequired CDP event. It also handles proxy authentication challenges.

Structsยง

AuthHandler
Handler for HTTP and proxy authentication challenges.
HttpCredentials
HTTP credentials for authentication.
ProxyCredentials
Proxy credentials for authentication.