VerifyChallengeResponseResult constructor

VerifyChallengeResponseResult({
  1. String? attestedDeviceId,
  2. String? deviceEnrollmentId,
  3. String? devicePermanentId,
  4. String? signedPublicKeyAndChallenge,
  5. String? verificationOutput,
})

Implementation

VerifyChallengeResponseResult({
  this.attestedDeviceId,
  this.deviceEnrollmentId,
  this.devicePermanentId,
  this.signedPublicKeyAndChallenge,
  this.verificationOutput,
});