encodedPassword

@get:JvmName(name = "encodedPassword")
val encodedPassword: String

The password, or an empty string if none is set.

URLencodedPassword()
http://host/""
http://username@host/""
http://username:password@host/"password"
http://a%20b:c%20d@host/"c%20d"