isopruefi-frontend / api/api-client / IdentityUser
Class: IdentityUser¶
Defined in: api/api-client.ts:1782
The default implementation of IdentityUser`1 which uses a string as a primary key.
Extends¶
Extended by¶
Implements¶
Constructors¶
Constructor¶
new IdentityUser(
data?):IdentityUser
Defined in: api/api-client.ts:1784
Parameters¶
data?¶
Returns¶
IdentityUser
Overrides¶
IdentityUserOfString.constructor
Properties¶
accessFailedCount?¶
optionalaccessFailedCount:number
Defined in: api/api-client.ts:1688
Gets or sets the number of failed login attempts for the current user.
Implementation of¶
IIdentityUser.accessFailedCount
Inherited from¶
IdentityUserOfString.accessFailedCount
concurrencyStamp?¶
optionalconcurrencyStamp:string
Defined in: api/api-client.ts:1676
A random value that must change whenever a user is persisted to the store
Implementation of¶
IIdentityUser.concurrencyStamp
Inherited from¶
IdentityUserOfString.concurrencyStamp
email?¶
optionalemail:string
Defined in: api/api-client.ts:1666
Gets or sets the email address for this user.
Implementation of¶
Inherited from¶
emailConfirmed?¶
optionalemailConfirmed:boolean
Defined in: api/api-client.ts:1670
Gets or sets a flag indicating if a user has confirmed their email address.
Implementation of¶
Inherited from¶
IdentityUserOfString.emailConfirmed
id?¶
optionalid:string
Defined in: api/api-client.ts:1660
Gets or sets the primary key for this user.
Implementation of¶
Inherited from¶
lockoutEnabled?¶
optionallockoutEnabled:boolean
Defined in: api/api-client.ts:1686
Gets or sets a flag indicating if the user could be locked out.
Implementation of¶
Inherited from¶
IdentityUserOfString.lockoutEnabled
lockoutEnd?¶
optionallockoutEnd:Date
Defined in: api/api-client.ts:1684
Gets or sets the date and time, in UTC, when any user lockout ends.
Implementation of¶
Inherited from¶
IdentityUserOfString.lockoutEnd
normalizedEmail?¶
optionalnormalizedEmail:string
Defined in: api/api-client.ts:1668
Gets or sets the normalized email address for this user.
Implementation of¶
Inherited from¶
IdentityUserOfString.normalizedEmail
normalizedUserName?¶
optionalnormalizedUserName:string
Defined in: api/api-client.ts:1664
Gets or sets the normalized user name for this user.
Implementation of¶
IIdentityUser.normalizedUserName
Inherited from¶
IdentityUserOfString.normalizedUserName
passwordHash?¶
optionalpasswordHash:string
Defined in: api/api-client.ts:1672
Gets or sets a salted and hashed representation of the password for this user.
Implementation of¶
Inherited from¶
IdentityUserOfString.passwordHash
phoneNumber?¶
optionalphoneNumber:string
Defined in: api/api-client.ts:1678
Gets or sets a telephone number for the user.
Implementation of¶
Inherited from¶
IdentityUserOfString.phoneNumber
phoneNumberConfirmed?¶
optionalphoneNumberConfirmed:boolean
Defined in: api/api-client.ts:1680
Gets or sets a flag indicating if a user has confirmed their telephone address.
Implementation of¶
IIdentityUser.phoneNumberConfirmed
Inherited from¶
IdentityUserOfString.phoneNumberConfirmed
securityStamp?¶
optionalsecurityStamp:string
Defined in: api/api-client.ts:1674
A random value that must change whenever a users credentials change (password changed, login removed)
Implementation of¶
Inherited from¶
IdentityUserOfString.securityStamp
twoFactorEnabled?¶
optionaltwoFactorEnabled:boolean
Defined in: api/api-client.ts:1682
Gets or sets a flag indicating if two factor authentication is enabled for this user.
Implementation of¶
IIdentityUser.twoFactorEnabled
Inherited from¶
IdentityUserOfString.twoFactorEnabled
userName?¶
optionaluserName:string
Defined in: api/api-client.ts:1662
Gets or sets the user name for this user.
Implementation of¶
Inherited from¶
Methods¶
init()¶
init(
_data?):void
Defined in: api/api-client.ts:1788
Parameters¶
_data?¶
any
Returns¶
void
Overrides¶
toJSON()¶
toJSON(
data?):any
Defined in: api/api-client.ts:1799
Parameters¶
data?¶
any
Returns¶
any
Overrides¶
fromJS()¶
staticfromJS(data):IdentityUser
Defined in: api/api-client.ts:1792
Parameters¶
data¶
any
Returns¶
IdentityUser