Packages > @fluidframework/protocol-definitions > IUser

IUser Interface

Base user definition. It is valid to extend this interface when adding new details to the user object.

Signature

export interface IUser

Properties

Property Type Description
id string Unique identifier of the user session. This ID is established on each connection with the service.

Property Details

id

Unique identifier of the user session. This ID is established on each connection with the service.

Signature

id: string;