Package io.ktor.client.plugins.auth

Types

Link copied to clipboard
class Auth

A client's plugin that handles authentication and authorization. Typical usage scenarios include logging in users and gaining access to specific resources.

Link copied to clipboard
interface AuthProvider

`An authentication provider.

Functions

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

Install Auth plugin.