ktor-client-auth / io.ktor.client.features.auth / Auth / Feature

Feature

companion object Feature : HttpClientFeature<Auth, Auth>

Companion Object Properties

key

val key: AttributeKey<Auth>

Companion Object Functions

install

fun install(feature: Auth, scope: HttpClient): Unit

prepare

fun prepare(block: Auth.() -> Unit): Auth