Skip navigation links
B C F G I P S U 

B

BasicAuth - Class in io.ktor.client.features.auth.basic
HttpClient feature that sets an Authorization: basic header as specified in RFC-2617 using username and password.
BasicAuth(username, password) - Constructor for class io.ktor.client.features.auth.basic.BasicAuth
HttpClient feature that sets an Authorization: basic header as specified in RFC-2617 using username and password.
BasicAuth.Configuration - Class in io.ktor.client.features.auth.basic
 
BasicAuth.Feature - Class in io.ktor.client.features.auth.basic
 

C

Configuration() - Constructor for class io.ktor.client.features.auth.basic.BasicAuth.Configuration
 
constructBasicAuthValue(username, password) - Method in class io.ktor.client.features.auth.basic.BasicAuth.Feature
 

F

Feature - Static variable in class io.ktor.client.features.auth.basic.BasicAuth
 

G

getKey() - Method in class io.ktor.client.features.auth.basic.BasicAuth.Feature
 
getPassword() - Method in class io.ktor.client.features.auth.basic.BasicAuth.Configuration
Required: The password of the basic auth.
getPassword() - Method in class io.ktor.client.features.auth.basic.BasicAuth
 
getUsername() - Method in class io.ktor.client.features.auth.basic.BasicAuth.Configuration
Required: The username of the basic auth.
getUsername() - Method in class io.ktor.client.features.auth.basic.BasicAuth
 

I

install(feature, scope) - Method in class io.ktor.client.features.auth.basic.BasicAuth.Feature
 
io.ktor.client.features.auth.basic - package io.ktor.client.features.auth.basic
 

P

password - Variable in class io.ktor.client.features.auth.basic.BasicAuth.Configuration
Required: The password of the basic auth.
prepare(block) - Method in class io.ktor.client.features.auth.basic.BasicAuth.Feature
 

S

setPassword(p) - Method in class io.ktor.client.features.auth.basic.BasicAuth.Configuration
Required: The password of the basic auth.
setUsername(p) - Method in class io.ktor.client.features.auth.basic.BasicAuth.Configuration
Required: The username of the basic auth.

U

username - Variable in class io.ktor.client.features.auth.basic.BasicAuth.Configuration
Required: The username of the basic auth.
B C F G I P S U 
Skip navigation links