KtorClientBasicAuth
open class KtorClientBasicAuth(sendWithoutRequest: Boolean, realm: String?) : KtorClientAuth<BasicAuthCredentials>
Content copied to clipboard
A Ktor client Basic authentication scope.
Constructors
Link copied to clipboard
fun KtorClientBasicAuth(sendWithoutRequest: Boolean = true, realm: String? = null)
Content copied to clipboard