Haven1SDK provides access to authentication and SDK functionalities.
This class serves as the entry point for interacting with the Haven1 system. It initializes and provides access to the AuthModule and SdkModule.
new Haven1SDK(config): Haven1SDK
config
Haven1SDK
Creates a new instance of the Haven1SDK.
Parameters
Config
The configuration object containing the SDK and Auth API URLs.
Returns
Defined in
haven1SDK.ts:22arrow-up-right
auth: AuthModule
AuthModule
Instance of the AuthModule for authentication-related operations.
haven1SDK.ts:13arrow-up-right
sdk: SdkModule
SdkModule
Instance of the SdkModule for SDK API functionalities.
haven1SDK.ts:15arrow-up-right
Last updated 1 year ago