---
title: CFURLComponentType.password
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfurlcomponenttype/password
---

# CFURLComponentType.password

The user’s password.

## Declaration

```swift
case password
```

## See Also

### Constants

- [CFURLComponentType.scheme](corefoundation/cfurlcomponenttype/scheme.md)
- [CFURLComponentType.netLocation](corefoundation/cfurlcomponenttype/netlocation.md)
- [CFURLComponentType.path](corefoundation/cfurlcomponenttype/path.md)
- [CFURLComponentType.resourceSpecifier](corefoundation/cfurlcomponenttype/resourcespecifier.md)
- [CFURLComponentType.user](corefoundation/cfurlcomponenttype/user.md)
- [CFURLComponentType.userInfo](corefoundation/cfurlcomponenttype/userinfo.md)
- [CFURLComponentType.host](corefoundation/cfurlcomponenttype/host.md)
- [CFURLComponentType.port](corefoundation/cfurlcomponenttype/port.md)
- [CFURLComponentType.parameterString](corefoundation/cfurlcomponenttype/parameterstring.md)
- [CFURLComponentType.query](corefoundation/cfurlcomponenttype/query.md)
- [CFURLComponentType.fragment](corefoundation/cfurlcomponenttype/fragment.md)
