Interface: User
Defined in: src/models/types.ts:159
Defines a single user's account within the system.
Extends
BaseEntity.JWTUser
Properties
dateCreated
dateCreated:
Date
Defined in: node_modules/@rapidrest/service-core/dist/types/models/BaseEntity.d.ts:18
The date and time that the entity was created.
Inherited from
BaseEntity.dateCreated
dateModified
dateModified:
Date
Defined in: node_modules/@rapidrest/service-core/dist/types/models/BaseEntity.d.ts:22
The date and time that the entity was last modified.
Inherited from
BaseEntity.dateModified
roles
roles:
string[]
Defined in: node_modules/@rapidrest/core/dist/types/JWTUtils.d.ts:15
The list of roles (by name) that the user is a member of and will inherit the permissions of.
Inherited from
JWTUser.roles
scopes
scopes:
string[]
Defined in: node_modules/@rapidrest/core/dist/types/JWTUtils.d.ts:19
The list of auth scopes that the user has been granted permission for.
Inherited from
JWTUser.scopes
uid
uid:
string
Defined in: node_modules/@rapidrest/service-core/dist/types/models/BaseEntity.d.ts:14
The universally unique identifier of the entity.
Inherited from
BaseEntity.uid
verified?
optionalverified?:boolean
Defined in: node_modules/@rapidrest/core/dist/types/JWTUtils.d.ts:23
Indicates if the user's e-mail address has been verified.
Inherited from
JWTUser.verified
version
version:
number
Defined in: node_modules/@rapidrest/service-core/dist/types/models/BaseEntity.d.ts:26
The optimistic lock version.
Inherited from
BaseEntity.version