Common Modules

Common Modules#

The Common Modules provide shared functionality used across all SDK modules. These components ensure consistent behavior and reduce code duplication across different parts of the SDK.

Currently, the common modules include:

  • Authentication: Unified authentication framework supporting multiple cloud environments

  • Configuration: Type-safe configuration management

  • Utilities: Shared utility functions

As new modules are added to the SDK by different teams, they can leverage these common components to maintain consistency and reduce development effort.