isopruefi-frontend / api/api-client / IIdentityUserOfString
Interface: IIdentityUserOfString¶
Defined in: api/api-client.ts:1748
Represents a user in the identity system
Extended by¶
Properties¶
accessFailedCount?¶
optionalaccessFailedCount:number
Defined in: api/api-client.ts:1778
Gets or sets the number of failed login attempts for the current user.
concurrencyStamp?¶
optionalconcurrencyStamp:string
Defined in: api/api-client.ts:1766
A random value that must change whenever a user is persisted to the store
email?¶
optionalemail:string
Defined in: api/api-client.ts:1756
Gets or sets the email address for this user.
emailConfirmed?¶
optionalemailConfirmed:boolean
Defined in: api/api-client.ts:1760
Gets or sets a flag indicating if a user has confirmed their email address.
id?¶
optionalid:string
Defined in: api/api-client.ts:1750
Gets or sets the primary key for this user.
lockoutEnabled?¶
optionallockoutEnabled:boolean
Defined in: api/api-client.ts:1776
Gets or sets a flag indicating if the user could be locked out.
lockoutEnd?¶
optionallockoutEnd:Date
Defined in: api/api-client.ts:1774
Gets or sets the date and time, in UTC, when any user lockout ends.
normalizedEmail?¶
optionalnormalizedEmail:string
Defined in: api/api-client.ts:1758
Gets or sets the normalized email address for this user.
normalizedUserName?¶
optionalnormalizedUserName:string
Defined in: api/api-client.ts:1754
Gets or sets the normalized user name for this user.
passwordHash?¶
optionalpasswordHash:string
Defined in: api/api-client.ts:1762
Gets or sets a salted and hashed representation of the password for this user.
phoneNumber?¶
optionalphoneNumber:string
Defined in: api/api-client.ts:1768
Gets or sets a telephone number for the user.
phoneNumberConfirmed?¶
optionalphoneNumberConfirmed:boolean
Defined in: api/api-client.ts:1770
Gets or sets a flag indicating if a user has confirmed their telephone address.
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)
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.
userName?¶
optionaluserName:string
Defined in: api/api-client.ts:1752
Gets or sets the user name for this user.