ChallengeReply.fromJson constructor
ChallengeReply.fromJson(
- Map json_
Implementation
ChallengeReply.fromJson(core.Map json_)
: this(
publicKeyPem: json_['publicKeyPem'] as core.String?,
signedChallenge: json_['signedChallenge'] as core.String?,
);