# `GSEndpoint normalize`

*Instance Method*

If user or password components are included in the address property, they are removed from the address value and instead overwrite the user or password properties.

## Declaration

```swift
func normalize()
```

```objc
- (void) normalize;
```

```python
normalize()
```

