GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo.fromJson constructor

GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo.fromJson(
  core.Map json_,
) : this(
      finalizeEnrollmentTime: json_['finalizeEnrollmentTime'] as core.String?,
      hashingAlgorithm: json_['hashingAlgorithm'] as core.String?,
      periodSec: json_['periodSec'] as core.int?,
      sessionInfo: json_['sessionInfo'] as core.String?,
      sharedSecretKey: json_['sharedSecretKey'] as core.String?,
      verificationCodeLength: json_['verificationCodeLength'] as core.int?,
    );