public static class BasicAuth.Feature
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
constructBasicAuthValue(java.lang.String username,
java.lang.String password) |
io.ktor.util.AttributeKey<io.ktor.client.features.auth.basic.BasicAuth> |
getKey() |
void |
install(BasicAuth feature,
io.ktor.client.HttpClient scope) |
BasicAuth |
prepare(kotlin.jvm.functions.Function1<? super io.ktor.client.features.auth.basic.BasicAuth.Configuration,kotlin.Unit> block) |
public io.ktor.util.AttributeKey<io.ktor.client.features.auth.basic.BasicAuth> getKey()
public BasicAuth prepare(kotlin.jvm.functions.Function1<? super io.ktor.client.features.auth.basic.BasicAuth.Configuration,kotlin.Unit> block)
public void install(BasicAuth feature, io.ktor.client.HttpClient scope)
public java.lang.String constructBasicAuthValue(java.lang.String username,
java.lang.String password)