GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo constructor

GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo({
  1. String? finalizeEnrollmentTime,
  2. String? hashingAlgorithm,
  3. int? periodSec,
  4. String? sessionInfo,
  5. String? sharedSecretKey,
  6. int? verificationCodeLength,
})

Implementation

GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo({
  this.finalizeEnrollmentTime,
  this.hashingAlgorithm,
  this.periodSec,
  this.sessionInfo,
  this.sharedSecretKey,
  this.verificationCodeLength,
});