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

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