isopruefi-frontend / api/api-client / IIdentityUser
Interface: IIdentityUser¶
Defined in: api/api-client.ts:1807
The default implementation of IdentityUser`1 which uses a string as a primary key.
Extends¶
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.
Inherited from¶
IIdentityUserOfString.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¶
IIdentityUserOfString.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¶
IIdentityUserOfString.emailConfirmed
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¶
IIdentityUserOfString.lockoutEnabled
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¶
IIdentityUserOfString.lockoutEnd
normalizedEmail?¶
optionalnormalizedEmail:string
Defined in: api/api-client.ts:1758
Gets or sets the normalized email address for this user.
Inherited from¶
IIdentityUserOfString.normalizedEmail
normalizedUserName?¶
optionalnormalizedUserName:string
Defined in: api/api-client.ts:1754
Gets or sets the normalized user name for this user.
Inherited from¶
IIdentityUserOfString.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¶
IIdentityUserOfString.passwordHash
phoneNumber?¶
optionalphoneNumber:string
Defined in: api/api-client.ts:1768
Gets or sets a telephone number for the user.
Inherited from¶
IIdentityUserOfString.phoneNumber
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¶
IIdentityUserOfString.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¶
IIdentityUserOfString.securityStamp
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¶
IIdentityUserOfString.twoFactorEnabled
userName?¶
optionaluserName:string
Defined in: api/api-client.ts:1752
Gets or sets the user name for this user.