Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / ApiUser

Class: ApiUser

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

Represents an application user in the system

Extends

Implements

Constructors

Constructor

new ApiUser(data?): ApiUser

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

Parameters

data?

IApiUser

Returns

ApiUser

Overrides

IdentityUser.constructor

Properties

accessFailedCount?

optional accessFailedCount: number

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

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

Implementation of

IApiUser.accessFailedCount

Inherited from

IdentityUser.accessFailedCount


concurrencyStamp?

optional concurrencyStamp: string

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

A random value that must change whenever a user is persisted to the store

Implementation of

IApiUser.concurrencyStamp

Inherited from

IdentityUser.concurrencyStamp


email?

optional email: string

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

Gets or sets the email address for this user.

Implementation of

IApiUser.email

Inherited from

IdentityUser.email


emailConfirmed?

optional emailConfirmed: boolean

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

Gets or sets a flag indicating if a user has confirmed their email address.

Implementation of

IApiUser.emailConfirmed

Inherited from

IdentityUser.emailConfirmed


id?

optional id: string

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

Gets or sets the primary key for this user.

Implementation of

IApiUser.id

Inherited from

IdentityUser.id


lockoutEnabled?

optional lockoutEnabled: boolean

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

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

Implementation of

IApiUser.lockoutEnabled

Inherited from

IdentityUser.lockoutEnabled


lockoutEnd?

optional lockoutEnd: Date

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

Gets or sets the date and time, in UTC, when any user lockout ends.

Implementation of

IApiUser.lockoutEnd

Inherited from

IdentityUser.lockoutEnd


normalizedEmail?

optional normalizedEmail: string

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

Gets or sets the normalized email address for this user.

Implementation of

IApiUser.normalizedEmail

Inherited from

IdentityUser.normalizedEmail


normalizedUserName?

optional normalizedUserName: string

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

Gets or sets the normalized user name for this user.

Implementation of

IApiUser.normalizedUserName

Inherited from

IdentityUser.normalizedUserName


passwordHash?

optional passwordHash: string

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

Gets or sets a salted and hashed representation of the password for this user.

Implementation of

IApiUser.passwordHash

Inherited from

IdentityUser.passwordHash


phoneNumber?

optional phoneNumber: string

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

Gets or sets a telephone number for the user.

Implementation of

IApiUser.phoneNumber

Inherited from

IdentityUser.phoneNumber


phoneNumberConfirmed?

optional phoneNumberConfirmed: boolean

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

Gets or sets a flag indicating if a user has confirmed their telephone address.

Implementation of

IApiUser.phoneNumberConfirmed

Inherited from

IdentityUser.phoneNumberConfirmed


securityStamp?

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

IApiUser.securityStamp

Inherited from

IdentityUser.securityStamp


twoFactorEnabled?

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

IApiUser.twoFactorEnabled

Inherited from

IdentityUser.twoFactorEnabled


userName?

optional userName: string

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

Gets or sets the user name for this user.

Implementation of

IApiUser.userName

Inherited from

IdentityUser.userName

Methods

init()

init(_data?): void

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

Parameters

_data?

any

Returns

void

Overrides

IdentityUser.init


toJSON()

toJSON(data?): any

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

Parameters

data?

any

Returns

any

Overrides

IdentityUser.toJSON


fromJS()

static fromJS(data): ApiUser

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

Parameters

data

any

Returns

ApiUser

Overrides

IdentityUser.fromJS