Interface UserData

The UserData is included in the attachment of the [ConnectionData] in the LoginSuccess signal.

It contains the name of the user and possibly a URL to the user picture.


Events

See

ConnectionData

Hierarchy

  • UserData

Properties

Properties

id: string

The id of the user.

initials: string

The initials of the user, John doe may have JD or J.

name: string

The complete name of the user.

picture: string

The Url of the user thumbnail (may be empty).