Skip to content

Login

Namespace: Rest_API.Models

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

Caution

Constructors of types with required members are not supported in this version of your compiler.


public Login()