Options
All
  • Public
  • Public/Protected
  • All
Menu

Entity representing the public fields of a user.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

_id

_id: string

The ID (primary key) of the entity.

Optional host

host: string

Host that the entity belongs to.

Because this is a federated system, there are many instances where entities are scoped to a specific instance (rather than globally scoped).

profile

profile: UserProfile

The user's profile.

username

username: string

The user's username.

Accessors

created

  • get created(): number
  • set created(created: number): void

id

  • get id(): string
  • set id(id: string): void

modified

  • get modified(): number
  • set modified(modified: number): void

Methods

toJSON

Generated using TypeDoc