Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface AuthProvider

`An authentication provider.

Properties

Link copied to clipboard

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

Shows that request should skip auth and refresh token procedure.

Link copied to clipboard

Functions

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

Install Auth plugin.

Link copied to clipboard