---
title: urlPasswordAllowed
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/characterset/urlpasswordallowed
---

# urlPasswordAllowed

Returns the character set for characters allowed in a password URL subcomponent.

## Declaration

```swift
static var urlPasswordAllowed: CharacterSet { get }
```

## See Also

### Getting Character Sets for URL Encoding

- [urlFragmentAllowed](foundation/characterset/urlfragmentallowed.md)
- [urlHostAllowed](foundation/characterset/urlhostallowed.md)
- [urlPathAllowed](foundation/characterset/urlpathallowed.md)
- [urlQueryAllowed](foundation/characterset/urlqueryallowed.md)
- [urlUserAllowed](foundation/characterset/urluserallowed.md)
