AuthenticatorSelection constructor

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

Implementation

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