User
@auvious/common / Exports / User
Class: User
Represents the user's model based on the server's retrieved data.
Hierarchy
↳
User
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new User(args?
)
Parameters
Name | Type |
---|---|
args | any |
Overrides
Properties
authorities
• Optional
authorities: [{ [authority: string]
: UserRole
; }]
Implementation of
clientId
• clientId: string
Implementation of
email
• email: string
Implementation of
firstName
• firstName: string
Implementation of
guest
• guest: boolean
Implementation of
id
• id: string
Implementation of
lastName
• lastName: string
Implementation of
organization
• organization: string
Implementation of
password
• password: string
Implementation of
topic
• topic: string
Implementation of
username
• username: string