Skip to content

@nht-pandats/sdk / @nht-pandats/sdk/clients / @nht-pandats/sdk/clients/crm / CRMClientConfig

Interface: CRMClientConfig

@nht-pandats/sdk/clients.@nht-pandats/sdk/clients/crm.CRMClientConfig

Configuration options for the CRM client.

Properties

password

password: string

The password to use for authentication.

Defined in

src/clients/crm.ts:60


url

url: string

The URL of the CRM server.

Defined in

src/clients/crm.ts:50


username

username: string

The username to use for authentication.

Defined in

src/clients/crm.ts:55


totp

Optional totp: string

The Time-based One-Time Key (TOTP) to use for two-factor authentication.

Note

This is the secret key, not the generated code. The SDK will generate the code automatically.

Defined in

src/clients/crm.ts:66