---
title: completeUntilFirstUserAuthentication
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/urlfileprotection/completeuntilfirstuserauthentication
---

# completeUntilFirstUserAuthentication

An option that instructs the system to store the file in an encrypted format on-disk that your app can’t access until after the device boots.

## Declaration

```swift
static let completeUntilFirstUserAuthentication: URLFileProtection
```

## Discussion

Discussion After the user unlocks the device for the first time, your app can access the file and continue to access it even if the user subsequently locks the device.

## See Also

### Protection levels

- [complete](foundation/urlfileprotection/complete.md)
- [completeUnlessOpen](foundation/urlfileprotection/completeunlessopen.md)
- [completeWhenUserInactive](foundation/urlfileprotection/completewhenuserinactive.md)
- [none](foundation/urlfileprotection/none.md)
