IUser Interface
Packages > @fluidframework/driver-definitions > IUser
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;
Type: string