KtorClientAuth

abstract class KtorClientAuth<D> : KtorClientScope<D>

A base Ktor client authentication scope.

Constructors

Link copied to clipboard
fun KtorClientAuth()

Functions

Link copied to clipboard
override fun HttpClientConfig<*>.configureClient(data: D)
Link copied to clipboard
abstract fun Auth.configureClientAuth(data: D)

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard