VerifyChallengeResponseRequest.fromJson constructor

VerifyChallengeResponseRequest.fromJson(
  1. Map json_
)

Implementation

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