VerifyChallengeResponseResult.fromJson constructor
VerifyChallengeResponseResult.fromJson(
- Map json_
Implementation
VerifyChallengeResponseResult.fromJson(core.Map json_)
: this(
attestedDeviceId: json_['attestedDeviceId'] as core.String?,
deviceEnrollmentId: json_['deviceEnrollmentId'] as core.String?,
devicePermanentId: json_['devicePermanentId'] as core.String?,
signedPublicKeyAndChallenge:
json_['signedPublicKeyAndChallenge'] as core.String?,
verificationOutput: json_['verificationOutput'] as core.String?,
);