Authenticator constructor

Authenticator(
  1. {required String aaid,
  2. required bool isSupportedByHardware,
  3. required RegistrationInfo registration,
  4. required UserEnrollment userEnrollment}
)

Default constructor for Authenticator.

  • aaid: the AAID associated with the authenticator.
  • isSupportedByHardware: flag that tells whether the device has hardware supporting this authenticator.
  • registration: the registration information.
  • userEnrollment: the user enrollment information.

Implementation

factory Authenticator