AuthRequiredParameter

@Serializable
data class AuthRequiredParameter(val requestId: String, val request: Network.Request, val frameId: String, val resourceType: Network.ResourceType, val authChallenge: Fetch.AuthChallenge)

Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth.

Constructors

Link copied to clipboard
constructor(requestId: String, request: Network.Request, frameId: String, resourceType: Network.ResourceType, authChallenge: Fetch.AuthChallenge)

Properties

Link copied to clipboard

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

Link copied to clipboard

The id of the frame that initiated the request.

Link copied to clipboard

The details of the request.

Link copied to clipboard

Each request the page makes will have a unique id.

Link copied to clipboard

How the requested resource will be used.