---
title: allowsAutoFill
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsautofill
---

# allowsAutoFill

A Boolean value that indicates whether to allow autofill during an assessment.

## Declaration

```swift
var allowsAutoFill: Bool { get set }
```

## Discussion

Discussion Users can enable autofill in System Settings (Passwords > Password Options > AutoFill Passwords and Passkeys). An assessment session disables autofill by default, but you can allow it by setting allowsAutoFill to true in the AEAssessmentConfiguration instance that you use to initialize a session.
