OsUserEnrollment constructor

OsUserEnrollment(
  1. {required bool isOSEnrolled,
  2. bool? isEnrolledWithClass2OrClass3Sensor}
)

Default constructor for OsUserEnrollment.

Params:

  • isOSEnrolled: flag that tells whether the user is enrolled to the OS based authenticator.
  • isEnrolledWithClass2OrClass3Sensor: flag that tells whether the user is enrolled in the OS with at least one Class 2 or 3 biometric sensor.

Implementation

factory OsUserEnrollment