VerifyChallengeResponseResult constructor

VerifyChallengeResponseResult({
  1. String? attestedDeviceId,
  2. String? customerId,
  3. String? deviceEnrollmentId,
  4. String? devicePermanentId,
  5. String? deviceSignal,
  6. DeviceSignals? deviceSignals,
  7. String? keyTrustLevel,
  8. String? profileCustomerId,
  9. String? profileKeyTrustLevel,
  10. String? signedPublicKeyAndChallenge,
  11. String? virtualDeviceId,
  12. String? virtualProfileId,
})

Implementation

VerifyChallengeResponseResult({
  this.attestedDeviceId,
  this.customerId,
  this.deviceEnrollmentId,
  this.devicePermanentId,
  this.deviceSignal,
  this.deviceSignals,
  this.keyTrustLevel,
  this.profileCustomerId,
  this.profileKeyTrustLevel,
  this.signedPublicKeyAndChallenge,
  this.virtualDeviceId,
  this.virtualProfileId,
});