---
title: IntentAuthenticationPolicy.alwaysAllowed
framework: appintents
role: symbol
role_heading: Case
path: appintents/intentauthenticationpolicy/alwaysallowed
---

# IntentAuthenticationPolicy.alwaysAllowed

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

## Declaration

```swift
case alwaysAllowed
```

## See Also

### Authentication policies

- [IntentAuthenticationPolicy.requiresAuthentication](appintents/intentauthenticationpolicy/requiresauthentication.md)
- [IntentAuthenticationPolicy.requiresLocalDeviceAuthentication](appintents/intentauthenticationpolicy/requireslocaldeviceauthentication.md)
