PasswordMethod public class PasswordMethod Documentation 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()