AuthenticationData constructor
AuthenticationData(
- int id,
- Uint8List challenge,
- UserVerificationRequirement userVerification,
- List<
AuthenticateAllowCredential> ? allowedCredentials,
Implementation
AuthenticationData(
this.id,
this.challenge,
this.userVerification,
this.allowedCredentials
);