RegistrationData constructor

RegistrationData(
  1. int id,
  2. Uint8List challenge,
  3. AuthenticatorAttachment authenticatorAttachment,
  4. ResidentKeyRequirement residentKey,
  5. UserVerificationRequirement userVerification,
  6. AttestationConveyancePreference attestationConveyancePreference,
  7. UserIdValidationConstraint userIdValidationConstraint,
  8. List<PubKeyCredParam> publicKeyCredentialParams,
)

Implementation

RegistrationData(
  this.id,
  this.challenge,
  this.authenticatorAttachment,
  this.residentKey,
  this.userVerification,
  this.attestationConveyancePreference,
  this.userIdValidationConstraint,
  this.publicKeyCredentialParams
);