AuthenticatorSelectionCriteria constructor

AuthenticatorSelectionCriteria({
  1. String authenticatorAttachment,
  2. String residentKey,
  3. bool requireResidentKey,
  4. String userVerification,
})

Implementation

external factory AuthenticatorSelectionCriteria({
  String authenticatorAttachment,
  String residentKey,
  bool requireResidentKey,
  String userVerification,
});