isopruefi-frontend / api/api-client / IApiUser
Interface: IApiUser¶
Defined in: api/api-client.ts:1836
Represents an application user in the system
Extends¶
Properties¶
accessFailedCount?¶
optionalaccessFailedCount:number
Defined in: api/api-client.ts:1778
Gets or sets the number of failed login attempts for the current user.
Inherited from¶
IIdentityUser.accessFailedCount
concurrencyStamp?¶
optionalconcurrencyStamp:string
Defined in: api/api-client.ts:1766
A random value that must change whenever a user is persisted to the store
Inherited from¶
IIdentityUser.concurrencyStamp
email?¶
optionalemail:string
Defined in: api/api-client.ts:1756
Gets or sets the email address for this user.
Inherited from¶
emailConfirmed?¶
optionalemailConfirmed:boolean
Defined in: api/api-client.ts:1760
Gets or sets a flag indicating if a user has confirmed their email address.
Inherited from¶
id?¶
optionalid:string
Defined in: api/api-client.ts:1750
Gets or sets the primary key for this user.
Inherited from¶
lockoutEnabled?¶
optionallockoutEnabled:boolean
Defined in: api/api-client.ts:1776
Gets or sets a flag indicating if the user could be locked out.
Inherited from¶
lockoutEnd?¶
optionallockoutEnd:Date
Defined in: api/api-client.ts:1774
Gets or sets the date and time, in UTC, when any user lockout ends.
Inherited from¶
normalizedEmail?¶
optionalnormalizedEmail:string
Defined in: api/api-client.ts:1758
Gets or sets the normalized email address for this user.
Inherited from¶
normalizedUserName?¶
optionalnormalizedUserName:string
Defined in: api/api-client.ts:1754
Gets or sets the normalized user name for this user.
Inherited from¶
IIdentityUser.normalizedUserName
passwordHash?¶
optionalpasswordHash:string
Defined in: api/api-client.ts:1762
Gets or sets a salted and hashed representation of the password for this user.
Inherited from¶
phoneNumber?¶
optionalphoneNumber:string
Defined in: api/api-client.ts:1768
Gets or sets a telephone number for the user.
Inherited from¶
phoneNumberConfirmed?¶
optionalphoneNumberConfirmed:boolean
Defined in: api/api-client.ts:1770
Gets or sets a flag indicating if a user has confirmed their telephone address.
Inherited from¶
IIdentityUser.phoneNumberConfirmed
securityStamp?¶
optionalsecurityStamp:string
Defined in: api/api-client.ts:1764
A random value that must change whenever a users credentials change (password changed, login removed)
Inherited from¶
twoFactorEnabled?¶
optionaltwoFactorEnabled:boolean
Defined in: api/api-client.ts:1772
Gets or sets a flag indicating if two factor authentication is enabled for this user.
Inherited from¶
IIdentityUser.twoFactorEnabled
userName?¶
optionaluserName:string
Defined in: api/api-client.ts:1752
Gets or sets the user name for this user.