ktor
2.2.4
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-auth
/
io.ktor.client.plugins.auth
/
Auth
/
Plugin
Plugin
object
Plugin
:
HttpClientPlugin
<
Auth
,
Auth
>
Functions
Properties
Functions
install
Link copied to clipboard
open
override
fun
install
(
plugin
:
Auth
,
scope
:
HttpClient
)
prepare
Link copied to clipboard
open
override
fun
prepare
(
block
:
Auth
.
(
)
->
Unit
)
:
Auth
Properties
Auth
Circuit
Breaker
Link copied to clipboard
val
AuthCircuitBreaker
:
AttributeKey
<
Unit
>
Shows that request should skip auth and refresh token procedure.
key
Link copied to clipboard
open
override
val
key
:
AttributeKey
<
Auth
>