auths-sdk
Application services layer for Auths identity operations.
This crate provides high-level orchestration functions for identity management,
device linking, platform verification, and registry operations. It sits between
the CLI (I/O adapter) and the domain crates (auths-core, auths-id).
Architecture
auths-cli → auths-sdk → auths-core + auths-id
(I/O adapter) (orchestration) (domain)
SDK functions accept typed configs and return structured Result types.
They never prompt for input, print to stdout, or call process::exit().