---
title: WebDomainToken
framework: managedsettings
role: symbol
role_heading: Type Alias
path: managedsettings/webdomaintoken
---

# WebDomainToken

A representation of a web domain that preserves the user’s privacy.

## Declaration

```swift
typealias WebDomainToken = Token<WebDomain>
```

## Discussion

Discussion Managed Settings uses representations of web domains to preserve user privacy and control. Use a token to represent a web domain without revealing what domain the token represents. FamilyActivitySelection provides tokens that devices within the same Family Sharing group can use to identify applications.

## See Also

### Websites

- [WebDomain](managedsettings/webdomain.md)
