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.BasicAuthCredentials |
Credentials for BasicAuthProvider.
|
io.ktor.client.features.auth.providers.BasicAuthProvider |
Client basic authentication provider.
|
io.ktor.client.features.auth.providers.BearerAuthConfig |
BearerAuthProvider configuration.
|
io.ktor.client.features.auth.providers.BearerAuthProvider |
Client bearer AuthProvider.
|
io.ktor.client.features.auth.providers.BearerTokens |
|
io.ktor.client.features.auth.providers.DigestAuthConfig |
DigestAuthProvider configuration.
|
io.ktor.client.features.auth.providers.DigestAuthCredentials |
Credentials for DigestAuthProvider.
|
io.ktor.client.features.auth.providers.DigestAuthProvider |
Client digest AuthProvider.
|
io.ktor.client.HttpClientConfig (extensions in package io.ktor.client.features.auth) |
|