ContinueWithAuthRequest

@Serializable
data class ContinueWithAuthRequest(val requestId: RequestId, val authChallengeResponse: AuthChallengeResponse)(source)

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

Constructors

Link copied to clipboard
constructor(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)

Properties

Link copied to clipboard

Response to with an authChallenge.

Link copied to clipboard

An id the client received in authRequired event.