Krosstalk Plugins
1.4.0
Krosstalk Ktor Client Auth
/
com.rnett.krosstalk.ktor.client.auth
/
KtorClientAuth
Ktor
Client
Auth
abstract
class
KtorClientAuth
<
D
>
:
KtorClientScope
<
D
>
Content copied to clipboard
A base Ktor client authentication scope.
Constructors
Functions
Sources
Inheritors
Constructors
Ktor
Client
Auth
Link copied to clipboard
fun
KtorClientAuth
(
)
Content copied to clipboard
Functions
configure
Client
Link copied to clipboard
override
fun
HttpClientConfig
<
*
>
.
configureClient
(
data
:
D
)
Content copied to clipboard
configure
Client
Auth
Link copied to clipboard
abstract
fun
Auth
.
configureClientAuth
(
data
:
D
)
Content copied to clipboard
Inheritors
KtorClientBasicAuth
Link copied to clipboard
KtorClientBearerAuth
Link copied to clipboard
Sources
common source
Link copied to clipboard