KtorClientBasicAuth

open class KtorClientBasicAuth(sendWithoutRequest: Boolean, realm: String?) : KtorClientAuth<BasicAuthCredentials>

A Ktor client Basic authentication scope.

Constructors

Link copied to clipboard
fun KtorClientBasicAuth(sendWithoutRequest: Boolean = true, realm: String? = null)

Functions

Link copied to clipboard
override fun Auth.configureClientAuth(data: BasicAuthCredentials)

Properties

Link copied to clipboard
val realm: String? = null
Link copied to clipboard
val sendWithoutRequest: Boolean = true

Sources

Link copied to clipboard