@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
url
• url: string
The URL of the CRM server.
Defined in
username
• username: string
The username to use for authentication.
Defined in
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.