<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentAuthenticationPolicy",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents26IntentAuthenticationPolicyO"
  },
  "title" : "IntentAuthenticationPolicy"
}
-->

# IntentAuthenticationPolicy

The authentication policies you can apply to an app intent when it runs.

```
enum IntentAuthenticationPolicy
```

## Topics

### Authentication policies

[`IntentAuthenticationPolicy.alwaysAllowed`](/documentation/AppIntents/IntentAuthenticationPolicy/alwaysAllowed)

A policy that allows the app intent to run at any time, including when the device is locked.

[`IntentAuthenticationPolicy.requiresAuthentication`](/documentation/AppIntents/IntentAuthenticationPolicy/requiresAuthentication)

A policy that requires authentication before running the app intent.

[`IntentAuthenticationPolicy.requiresLocalDeviceAuthentication`](/documentation/AppIntents/IntentAuthenticationPolicy/requiresLocalDeviceAuthentication)

A policy that requires the person to unlock the device running the intent.



---

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)