chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.fetch.events / FetchEvent / AuthRequiredEvent

AuthRequiredEvent

data class AuthRequiredEvent : FetchEvent

Constructors

<init>

AuthRequiredEvent(requestId: RequestId, request: Request, frameId: FrameId, resourceType: ResourceType, authChallenge: AuthChallenge)

Properties

authChallenge

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

val authChallenge: AuthChallenge

frameId

The id of the frame that initiated the request.

val frameId: FrameId

request

The details of the request.

val request: Request

requestId

Each request the page makes will have a unique id.

val requestId: RequestId

resourceType

How the requested resource will be used.

val resourceType: ResourceType