# `GSEndpoint.password`

*Instance Property*

The password of the endpoint, or an empty string, if none.

## Declaration

```swift
var password: String { get set }
```

```objc
@property (nonatomic, strong) NSString * password;
```

```python
password() -> str
setPassword_(password: str)
```

