toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (mfaEnrollmentId != null) 'mfaEnrollmentId': mfaEnrollmentId!,
if (mfaPendingCredential != null)
'mfaPendingCredential': mfaPendingCredential!,
if (phoneSignInInfo != null) 'phoneSignInInfo': phoneSignInInfo!,
if (tenantId != null) 'tenantId': tenantId!,
};