<PackageReference Include="Relativity.ObjectManager" Version="11.3.101.10" />

Relativity.Services.Security.Models.PasswordMethod

public class PasswordMethod
public string Email { get; set; }

public int InvalidLoginAttempts { get; set; }

public bool IsEnabled { get; set; }

public bool MustResetPasswordOnNextLogin { get; set; }

public int PasswordExpirationInDays { get; set; }

public DateTime PasswordExpires { get; set; }

public string TwoFactorInfo { get; set; }

public TwoFactorMode TwoFactorMode { get; set; }

public bool UserCanChangePassword { get; set; }

public PasswordMethod()