continueWithAuth

suspend fun continueWithAuth(args: Fetch.ContinueWithAuthParameter, mode: CommandMode = CommandMode.DEFAULT)

Continues a request supplying authChallengeResponse following authRequired event.


suspend fun continueWithAuth(requestId: String, authChallengeResponse: Fetch.AuthChallengeResponse)

Continues a request supplying authChallengeResponse following authRequired event.

Parameters

requestId

An id the client received in authRequired event.

authChallengeResponse

Response to with an authChallenge.