---
title: allowsPasswordAutoFill
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowspasswordautofill
---

# allowsPasswordAutoFill

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

## Declaration

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

## Discussion

Discussion Users can store passwords for use with Password Autofill by turning on the feature in the Settings app (General > Passwords > AutoFill Passwords). An assessment session disables Password Autofill by default, but you can allow it by setting allowsPasswordAutoFill to true in the AEAssessmentConfiguration instance that you use to initialize a session.

## See Also

### Allowing typing assistance

- [allowsContinuousPathKeyboard](automaticassessmentconfiguration/aeassessmentconfiguration/allowscontinuouspathkeyboard.md)
- [allowsKeyboardShortcuts](automaticassessmentconfiguration/aeassessmentconfiguration/allowskeyboardshortcuts.md)
- [allowsPredictiveKeyboard](automaticassessmentconfiguration/aeassessmentconfiguration/allowspredictivekeyboard.md)
