Basic

const val Basic: String(source)

Basic Authentication described in the RFC-7617

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

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

Report a problem