Instance Property
password
The password of the endpoint, or an empty string, if none.
Declaration
var password: String { get set }Declaration
@property (nonatomic, strong) NSString * password;Declaration
password() -> str
setPassword_(password: str)