pl.wendigo.chrome.api.fetch / ContinueWithAuthRequest

ContinueWithAuthRequest

data class ContinueWithAuthRequest (source)

Represents request frame that can be used with Fetch#continueWithAuth operation call.

Continues a request supplying authChallengeResponse following authRequired event.

Link
Fetch#continueWithAuth method documentation.

See Also

FetchOperations.continueWithAuth

Constructors

<init>

ContinueWithAuthRequest(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)

Represents request frame that can be used with Fetch#continueWithAuth operation call.

Properties

authChallengeResponse

val authChallengeResponse: AuthChallengeResponse

Response to with an authChallenge.

requestId

val requestId: RequestId

An id the client received in authRequired event.