Skip to content

Login

Namespace: IntegrationTests.ApiClient

Represents the login credentials for a user.

public class Login

Inheritance ObjectLogin

Properties

Password

Gets or sets the password of the user.

public string Password { get; set; }

Property Value

String

UserName

Gets or sets the username of the user.

public string UserName { get; set; }

Property Value

String

Constructors

Login()

public Login()