password
The password component of the URL if the URL conforms to RFC 3986; otherwise, nil.
Declaration
var password: String? { get }Discussion
New code should use password(percentEncoded:) instead of this property.
The password component of the URL if the URL conforms to RFC 3986; otherwise, nil.
var password: String? { get }New code should use password(percentEncoded:) instead of this property.