Skip to main content

@idpass/data-collect-core / ExternalSyncCredentials

Interface: ExternalSyncCredentials

Defined in: interfaces/types.ts:865

Credentials for authenticating with external systems.

Deprecated

Used by the deprecated V1 ExternalSyncAdapter interface. V2 adapters receive authentication details via their Zod-validated config object, not as a separate credentials parameter.

Properties

username

username: string

Defined in: interfaces/types.ts:867

Username for basic authentication


password

password: string

Defined in: interfaces/types.ts:869

Password for basic authentication