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

Relativity.Services.Security.Models.LoginProfile

public class LoginProfile

public PasswordMethod Password { get; set; }

public RSAMethod RSA { get; set; }

public List<SAML2Method> SAML2Methods { get; set; }

public int UserId { get; set; }

public LoginProfile()