AuthenticatorSelectionCriteria constructor

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

Implementation

AuthenticatorSelectionCriteria(
  this.authenticatorAttachment,
  this.residentKey,
  this.requireResidentKey,
  this.userVerification,
);