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

# completeUntilFirstUserAuthentication

The file is stored in an encrypted format on disk and cannot be accessed until after the device has booted.

## Declaration

```swift
static let completeUntilFirstUserAuthentication: FileProtectionType
```

## 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

### Working with Protection Levels

- [complete](foundation/fileprotectiontype/complete.md)
- [completeUnlessOpen](foundation/fileprotectiontype/completeunlessopen.md)
- [none](foundation/fileprotectiontype/none.md)
