allowsAutoFill
A Boolean value that indicates whether to allow autofill during an assessment.
Declaration
var allowsAutoFill: Bool { get set }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.