AuthenticatorSelectionCriteria constructor

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

Implementation

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