The user info event payload interface.

interface IUserInfoEventPayload {
    id: string;
    metaData: IUserMetadata;
    remoteConnections: string[];
}

Hierarchy (view full)

Properties

id: string

The ID of the user.

metaData: IUserMetadata

The meta data of the user.

remoteConnections: string[]

The remote connections of the user.

Generated using TypeDoc