Instance Property
password
iOS 16.0+
macOS 13.0+
tvOS 16.0+
watchOS 9.0+
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.