Class: Haven1SDK

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.

Constructors

new Haven1SDK()

new Haven1SDK(config): Haven1SDK

Creates a new instance of the Haven1SDK.

Parameters

config

Config

The configuration object containing the SDK and Auth API URLs.

Returns

Haven1SDK

Defined in

haven1SDK.ts:22

Properties

auth

auth: AuthModule

Instance of the AuthModule for authentication-related operations.

Defined in

haven1SDK.ts:13


sdk

sdk: SdkModule

Instance of the SdkModule for SDK API functionalities.

Defined in

haven1SDK.ts:15

Last updated