Skip to main content

User

@auvious/common / Exports / 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?)

Parameters

NameType
argsany

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