Package io.ktor.client.plugins.auth.providers
Types
A configuration for BasicAuthProvider.
Contains credentials for BasicAuthProvider.
An authentication provider for the Basic HTTP authentication scheme. The Basic authentication scheme can be used for logging in users.
A configuration for BearerAuthProvider.
An authentication provider for the Bearer HTTP authentication scheme. Bearer authentication involves security tokens called bearer tokens. As an example, these tokens can be used as a part of OAuth flow to authorize users of your application by using external providers, such as Google, Facebook, Twitter, and so on.
A configuration for DigestAuthProvider.
Contains credentials for DigestAuthProvider.
An authentication provider for the Digest HTTP authentication scheme.
Parameters to be passed to BearerAuthConfig.refreshTokens lambda.
Functions
Installs the client's BasicAuthProvider.
Installs the client's BearerAuthProvider.
Installs the client's DigestAuthProvider.