Skip to main content

@auvious/common / User

Class: User

Represents the user's model based on the server's retrieved data.

Hierarchy

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new User(args?): User

Parameters

NameType
argsany

Returns

User

Overrides

ApiResourceModel.constructor

Properties

authorities

Optional authorities: [{ [authority: string]: UserRole; }]

Implementation of

IUser.authorities


clientId

clientId: string

Implementation of

IUser.clientId


email

email: string

Implementation of

IUser.email


firstName

firstName: string

Implementation of

IUser.firstName


guest

guest: boolean

Implementation of

IUser.guest


id

id: string

Implementation of

IUser.id


lastName

lastName: string

Implementation of

IUser.lastName


organization

organization: string

Implementation of

IUser.organization


password

password: string

Implementation of

IUser.password


topic

topic: string

Implementation of

IUser.topic


username

username: string

Implementation of

IUser.username