Class LoginModel
public class LoginModel
- Inheritance
-
LoginModel
- Inherited Members
- Extension Methods
Constructors
LoginModel()
public LoginModel()
Properties
public string Email { get; set; }
Property Value
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
Password
public string Password { get; set; }