Class UserCredentials
User authorize POST model.
Inherited Members
Namespace: EduCATS.Networking.Models.Login
Assembly: EduCATS.dll
Syntax
public class UserCredentials
  Properties
Password
Password.
Declaration
public string Password { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Username
User login.
Declaration
public string Username { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |