GoogleCloudIdentitytoolkitV1MfaEnrollment constructor
GoogleCloudIdentitytoolkitV1MfaEnrollment({
- String? displayName,
- GoogleCloudIdentitytoolkitV1EmailInfo? emailInfo,
- String? enrolledAt,
- String? mfaEnrollmentId,
- String? phoneInfo,
- GoogleCloudIdentitytoolkitV1TotpInfo? totpInfo,
- String? unobfuscatedPhoneInfo,
Implementation
GoogleCloudIdentitytoolkitV1MfaEnrollment({
this.displayName,
this.emailInfo,
this.enrolledAt,
this.mfaEnrollmentId,
this.phoneInfo,
this.totpInfo,
this.unobfuscatedPhoneInfo,
});