Table of Contents

Class LoginModel

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class LoginModel
Inheritance
LoginModel
Inherited Members
Extension Methods

Constructors

LoginModel()

public LoginModel()

Properties

Email

public string Email { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

Password

public string Password { get; set; }

Property Value

string