VerifyChallengeResponseRequest.fromJson constructor
VerifyChallengeResponseRequest.fromJson(
- Map json_
Implementation
VerifyChallengeResponseRequest.fromJson(core.Map json_)
: this(
challengeResponse: json_['challengeResponse'] as core.String?,
expectedIdentity: json_['expectedIdentity'] as core.String?,
);