GoogleCloudIdentitytoolkitV1UserInfo constructor

GoogleCloudIdentitytoolkitV1UserInfo({
  1. String? createdAt,
  2. String? customAttributes,
  3. bool? customAuth,
  4. String? dateOfBirth,
  5. bool? disabled,
  6. String? displayName,
  7. String? email,
  8. bool? emailLinkSignin,
  9. bool? emailVerified,
  10. String? initialEmail,
  11. String? language,
  12. String? lastLoginAt,
  13. String? lastRefreshAt,
  14. String? localId,
  15. List<GoogleCloudIdentitytoolkitV1MfaEnrollment>? mfaInfo,
  16. String? passwordHash,
  17. double? passwordUpdatedAt,
  18. String? phoneNumber,
  19. String? photoUrl,
  20. List<GoogleCloudIdentitytoolkitV1ProviderUserInfo>? providerUserInfo,
  21. String? rawPassword,
  22. String? salt,
  23. String? screenName,
  24. String? tenantId,
  25. String? timeZone,
  26. String? validSince,
  27. int? version,
})

Implementation

GoogleCloudIdentitytoolkitV1UserInfo({
  this.createdAt,
  this.customAttributes,
  this.customAuth,
  this.dateOfBirth,
  this.disabled,
  this.displayName,
  this.email,
  this.emailLinkSignin,
  this.emailVerified,
  this.initialEmail,
  this.language,
  this.lastLoginAt,
  this.lastRefreshAt,
  this.localId,
  this.mfaInfo,
  this.passwordHash,
  this.passwordUpdatedAt,
  this.phoneNumber,
  this.photoUrl,
  this.providerUserInfo,
  this.rawPassword,
  this.salt,
  this.screenName,
  this.tenantId,
  this.timeZone,
  this.validSince,
  this.version,
});