| IOdspContainerServicesEvents | Beta | sealed | Events emitted by the ODSP container service to notify consumers of select container changes. |
| IOdspFluidContainer | Beta | | ODSP version of the IFluidContainer interface. |
| IOdspTokenProvider | Beta | | Abstracts the token fetching mechanism for a hosting application. The hosting application is responsible for providing an implementation. |
| OdspClientProps | Beta | | |
| OdspConnectionConfig | Beta | | Defines the necessary properties that will be applied to all containers created by an OdspClient instance. This includes callbacks for the authentication tokens required for ODSP. |
| OdspContainerAttachProps | Beta | | |
| OdspContainerServices | Beta | sealed | OdspContainerServices is returned by the OdspClient alongside a FluidContainer. It holds the functionality specifically tied to the ODSP service, and how the data stored in the FluidContainer is persisted in the backend and consumed by users. Any functionality regarding how the data is handled within the FluidContainer itself, i.e. which data objects or DDSes to use, will not be included here but rather on the FluidContainer class itself. |
| OdspMember | Beta | | Since ODSP provides user names and email for all of its members, we extend the IMember interface to include this service-specific value. It will be returned for all audience members connected. |
| TokenResponse | Beta | | Represents token response |