ContinueWithAuthParameter

@Serializable
data class ContinueWithAuthParameter(val requestId: String, val authChallengeResponse: Fetch.AuthChallengeResponse)

Constructors

Link copied to clipboard
constructor(requestId: String, authChallengeResponse: Fetch.AuthChallengeResponse)

Properties

Link copied to clipboard

Response to with an authChallenge.

Link copied to clipboard

An id the client received in authRequired event.