Package io.ktor.client.features.auth

Types

Link copied to clipboard
class Auth(providers: MutableList<AuthProvider>)

Client authentication feature. providers - list of auth providers to use.

Link copied to clipboard
interface AuthProvider

Authentication provider interface.

Functions

Link copied to clipboard
fun HttpClientConfig<*>.Auth(block: Auth.() -> Unit)

Install Auth feature.