<PackageReference Include="Relativity.Server.Kepler.Client.SDK" Version="5000.0.2" />

UsernamePasswordCredentials

Specifies that username-password authentication will be used to authenticate the connection.
public string Password { get; }

Specifies the password to be used for authentication.

public string Username { get; }

Specifies the username to be used for authentication.

public UsernamePasswordCredentials(string username, string password)

Initializes a new instance of the UsernamePasswordCredentials class.