Dfns SDKs handle request signing and provide typed access to the Dfns API. You can always develop directly against the API, but SDKs accelerate development by handling the authentication complexity for you.
Server-side SDKs for service accounts, backend services, and server-to-server integrations. These handle private key signing and provide full API access.
Client-side SDKs for web and mobile applications. These handle passkey-based signing on the user’s device and work together with a backend using delegated signing.