<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/ApplicationToken",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings16ApplicationTokena"
  },
  "title" : "ApplicationToken"
}
-->

# ApplicationToken

A representation of an application.

```
typealias ApplicationToken = Token<Application>
```

## Discussion

Use `ApplicationToken` to restrict and filter device applications without access to personal user data.
<doc://com.apple.documentation/documentation/FamilyControls/FamilyActivitySelection>
provides tokens that devices within the same Family Sharing group can use to identify applications.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)