Class TokenCredentials
Token POST
model.
Inherited Members
Namespace: EduCATS.Networking.Models.Login
Assembly: EduCATS.dll
Syntax
public class TokenCredentials
Properties
Password
Password.
Declaration
[JsonProperty("password")]
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
User login.
Declaration
[JsonProperty("userName")]
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |