ktor-client-auth-basic / io.ktor.client.features.auth.basic / BasicAuth / Feature / constructBasicAuthValue
constructBasicAuthValue
fun constructBasicAuthValue(username: String, password: String): String
Create basic auth header value from username and password.