Skip to content

Instance Property

password

The password, if any, for the user specified by username.
var password: String?

Discussion

Warning

nil means “no password provided”, whereas "" (the empty string) is a password of zero length; these are not the same thing.