Skip to content

TypeScript SDK Reference / SdkCredentials

Interface: SdkCredentials

Defines the SDK credentials required for accessing the backend API. These credentials are used to authenticate requests to the vital sign analysis service.

Properties

apiKey?

optional apiKey: string

The API key for accessing the service.


userId?

optional userId: string

The user ID associated with the SDK usage.