Skip to content

isopruefi-frontend v1.0.0


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?

optional accessFailedCount: 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?

optional concurrencyStamp: 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?

optional email: string

Defined in: api/api-client.ts:1756

Gets or sets the email address for this user.

Inherited from

IIdentityUserOfString.email


emailConfirmed?

optional emailConfirmed: 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?

optional id: string

Defined in: api/api-client.ts:1750

Gets or sets the primary key for this user.

Inherited from

IIdentityUserOfString.id


lockoutEnabled?

optional lockoutEnabled: 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?

optional lockoutEnd: 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?

optional normalizedEmail: string

Defined in: api/api-client.ts:1758

Gets or sets the normalized email address for this user.

Inherited from

IIdentityUserOfString.normalizedEmail


normalizedUserName?

optional normalizedUserName: string

Defined in: api/api-client.ts:1754

Gets or sets the normalized user name for this user.

Inherited from

IIdentityUserOfString.normalizedUserName


passwordHash?

optional passwordHash: 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?

optional phoneNumber: string

Defined in: api/api-client.ts:1768

Gets or sets a telephone number for the user.

Inherited from

IIdentityUserOfString.phoneNumber


phoneNumberConfirmed?

optional phoneNumberConfirmed: 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?

optional securityStamp: 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?

optional twoFactorEnabled: 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?

optional userName: string

Defined in: api/api-client.ts:1752

Gets or sets the user name for this user.

Inherited from

IIdentityUserOfString.userName