io.ktor.client.features.auth.Auth |
Client authentication feature. providers - list of auth providers to use. |
io.ktor.client.features.auth.AuthProvider |
Authentication provider interface. |
io.ktor.client.features.auth.providers.BasicAuthConfig |
BasicAuthProvider configuration. |
io.ktor.client.features.auth.providers.BasicAuthProvider |
Client basic authentication provider. |
io.ktor.client.features.auth.providers.DigestAuthConfig |
DigestAuthProvider configuration. |
io.ktor.client.features.auth.providers.DigestAuthProvider |
Client digest AuthProvider. |
io.ktor.client.HttpClientConfig (extensions in package io.ktor.client.features.auth) |