Contents

allowsPasswordAutoFill

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

Declaration

var allowsPasswordAutoFill: Bool { get set }

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