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

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()