AuthenticationData constructor

AuthenticationData(
  1. int id,
  2. Uint8List challenge,
  3. UserVerificationRequirement userVerification,
  4. List<AuthenticateAllowCredential>? allowedCredentials,
)

Implementation

AuthenticationData(
  this.id,
  this.challenge,
  this.userVerification,
  this.allowedCredentials
);