# `GSEndpoint readSecrets`

*Instance Method*

Reads the password from the Keychain. Returns `NO` if accessing the Keychain failed, otherwise `YES`.

## Declaration

```swift
func readSecrets()
```

```objc
- (void) readSecrets;
```

```python
readSecrets()
```

