Skip to content

isopruefi-frontend v1.0.0


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?

optional accessFailedCount: number

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

Gets or sets the number of failed login attempts for the current user.


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


email?

optional email: string

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

Gets or sets the email address for this user.


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.


id?

optional id: string

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

Gets or sets the primary key for this user.


lockoutEnabled?

optional lockoutEnabled: boolean

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

Gets or sets a flag indicating if the user could be locked out.


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.


normalizedEmail?

optional normalizedEmail: string

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

Gets or sets the normalized email address for this user.


normalizedUserName?

optional normalizedUserName: string

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

Gets or sets the normalized user name for this user.


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.


phoneNumber?

optional phoneNumber: string

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

Gets or sets a telephone number for the user.


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.


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)


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.


userName?

optional userName: string

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

Gets or sets the user name for this user.