ktor-auth / io.ktor.auth / BasicAuthenticationProvider / Configuration / charset

charset

var charset: <ERROR CLASS>?

Specifies the charset to be used. It can be either UTF_8 or null. Setting null turns legacy mode on that actually means that ISO-8859-1 is used.