ktor-client-auth / io.ktor.client.features.auth / AuthProvider / sendWithoutRequest

sendWithoutRequest

abstract val sendWithoutRequest: Boolean
Deprecated: Please use sendWithoutRequest function instead

Wait for HttpStatusCode.Unauthorized to send credentials.

open fun sendWithoutRequest(request: HttpRequestBuilder): Boolean