Docs

SDK Packages

Production-grade SDKs for every major platform. Each package provides a stable abstraction over the truID Connect API — your integration survives platform migrations without code changes.

Python
Python 3.9+v1.2.13
Install
pip install truid-sdk
Sign in for API reference and downloads →Release Notes →
TypeScript / Node.js
Node.js 18+v1.2.13
Install
npm install @truidconnect/sdk
Sign in for API reference and downloads →Release Notes →
Java / Maven
Java 11+v1.2.13
Install
<dependency>
  <groupId>io.truidconnect</groupId>
  <artifactId>truid-sdk</artifactId>
  <version>1.2.13</version>
</dependency>
Sign in for API reference and downloads →Release Notes →
.NET / NuGet
.NET 10v1.1.13
Install
dotnet add package TruID.Connect.SDK
Sign in for API reference and downloads →Release Notes →
PHP / Composer
PHP 8.2+v1.2.13
Install
composer require truid/connect-sdk
Sign in for API reference and downloads →Release Notes →
Salesforce Apex
Salesforce API 67.0v1.2.13
Install
sf project deploy start --source-dir force-app --target-org <alias>
Sign in for API reference and downloads →Release Notes →