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

# CFURLComponentType.userInfo

The user’s information.

## Declaration

```swift
case userInfo
```

## 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.password](corefoundation/cfurlcomponenttype/password.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)
