API Reference
This section provides a reference for the key TypeScript types and interfaces used as props in the DID Space React components. Understanding these data structures is essential for developers to correctly configure and interact with the components in a TypeScript environment.
Here, you will find an overview of the primary data models that define the state, connection information, and authentication options for a DID Space. For detailed property descriptions and usage, refer to the specific sub-sections.
Key Data Structures#
The following table summarizes the core data types you will encounter when working with the components.
Type/Interface | Description |
---|---|
| Represents the core connection and identity information for a specific DID Space, including its DID, URL, and API endpoint. |
| An enum that defines the possible connection states of a DID Space, such as |
| Defines the configuration for the authentication modal, including display messages, callbacks, and connection parameters. |
| Specifies the options required for authenticating with a particular DID Space gateway, extending |
For a complete breakdown of each type and its properties, including all available fields and their definitions, please proceed to the next section.