GoogleCloudIdentitytoolkitV1MfaEnrollment constructor

GoogleCloudIdentitytoolkitV1MfaEnrollment({
  1. String? displayName,
  2. GoogleCloudIdentitytoolkitV1EmailInfo? emailInfo,
  3. String? enrolledAt,
  4. String? mfaEnrollmentId,
  5. String? phoneInfo,
  6. GoogleCloudIdentitytoolkitV1TotpInfo? totpInfo,
  7. String? unobfuscatedPhoneInfo,
})

Implementation

GoogleCloudIdentitytoolkitV1MfaEnrollment({
  this.displayName,
  this.emailInfo,
  this.enrolledAt,
  this.mfaEnrollmentId,
  this.phoneInfo,
  this.totpInfo,
  this.unobfuscatedPhoneInfo,
});