password
The password URL subcomponent, or nil if not present.
Declaration
var password: String? { get set }Discussion
For example, in the URL http://username:password@www.example.com/index.html, the password is password.
The password URL subcomponent, or nil if not present.
var password: String? { get set }For example, in the URL http://username:password@www.example.com/index.html, the password is password.