Basic

const val Basic: String

Basic Authentication described in the RFC-7617

response = base64("$user:$password")

see https://tools.ietf.org/html/rfc7617)