RegistrationData constructor
RegistrationData(
- int id,
- Uint8List challenge,
- AuthenticatorAttachment authenticatorAttachment,
- ResidentKeyRequirement residentKey,
- UserVerificationRequirement userVerification,
- AttestationConveyancePreference attestationConveyancePreference,
- UserIdValidationConstraint userIdValidationConstraint,
- List<
PubKeyCredParam> publicKeyCredentialParams,
Implementation
RegistrationData(
this.id,
this.challenge,
this.authenticatorAttachment,
this.residentKey,
this.userVerification,
this.attestationConveyancePreference,
this.userIdValidationConstraint,
this.publicKeyCredentialParams
);