ApiUser
Namespace: Database.EntityFramework.Models
Represents an application user in the system
public class ApiUser : Microsoft.AspNetCore.Identity.IdentityUser
Inheritance Object → IdentityUser<String> → IdentityUser → ApiUser
Properties
AccessFailedCount
public int AccessFailedCount { get; set; }
Property Value
Int32
ConcurrencyStamp
public string ConcurrencyStamp { get; set; }
Property Value
String
Email
public string Email { get; set; }
Property Value
String
EmailConfirmed
public bool EmailConfirmed { get; set; }
Property Value
Boolean
Id
public string Id { get; set; }
Property Value
String
LockoutEnabled
public bool LockoutEnabled { get; set; }
Property Value
Boolean
LockoutEnd
public Nullable<DateTimeOffset> LockoutEnd { get; set; }
Property Value
Nullable<DateTimeOffset>
NormalizedEmail
public string NormalizedEmail { get; set; }
Property Value
String
NormalizedUserName
public string NormalizedUserName { get; set; }
Property Value
String
PasswordHash
public string PasswordHash { get; set; }
Property Value
String
PhoneNumber
public string PhoneNumber { get; set; }
Property Value
String
PhoneNumberConfirmed
public bool PhoneNumberConfirmed { get; set; }
Property Value
Boolean
SecurityStamp
public string SecurityStamp { get; set; }
Property Value
String
TwoFactorEnabled
public bool TwoFactorEnabled { get; set; }
Property Value
Boolean
UserName
public string UserName { get; set; }
Property Value
String
Constructors
ApiUser()