BasicAuthenticator

actual constructor(username: String, password: CharArray)(source)
expect constructor(username: String, password: CharArray)(source)

Create a Basic Authenticator. The new instance contains a copy of the password char[] parameter: the owner of the original retains the responsibility for zeroing it before releasing it.

actual constructor(username: String, password: CharArray)(source)
actual constructor(username: String, password: CharArray)(source)