VerifyChallengeResponseResult constructor
VerifyChallengeResponseResult({
- String? attestedDeviceId,
- String? customerId,
- String? deviceEnrollmentId,
- String? devicePermanentId,
- String? deviceSignal,
- DeviceSignals? deviceSignals,
- String? keyTrustLevel,
- String? profileCustomerId,
- String? profileKeyTrustLevel,
- String? signedPublicKeyAndChallenge,
- String? virtualDeviceId,
- 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,
});