object Credentials
Factory for HTTP authorization credentials.
basic
fun basic(username: String, password: String, charset: Charset = ISO_8859_1): String
Returns an auth credential for the Basic scheme.