<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Security.Models.LoginProfileSetupResponse

Object representing the result of validating whether a user's login profile allows them to authenticate with Relativity.
public List<string> Errors { get; }

On failure, set to a list of messages explaining why the failure occurred. Set to the empty list otherwise.

public bool Success { get; }

True if user has a method to authenticate with Relativity, false otherwise.

public static LoginProfileSetupResponse Failed(List<string> errors)

Create a failed LoginProfileSetupResponse with the given error messages.

Create a successful LoginProfileSetupResponse.