chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.fetch / ContinueWithAuthRequest

ContinueWithAuthRequest

data class ContinueWithAuthRequest

Request object containing input parameters for the FetchDomain.continueWithAuth command.

Constructors

<init>

Request object containing input parameters for the FetchDomain.continueWithAuth command.

ContinueWithAuthRequest(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)

Properties

authChallengeResponse

Response to with an authChallenge.

val authChallengeResponse: AuthChallengeResponse

requestId

An id the client received in authRequired event.

val requestId: RequestId