Install
Swift Package Manager:Quick start
Sendable types
All SDK types areSendable. Safe to pass across concurrency contexts.
Error handling
Keychain integration
Keys are stored in the system Keychain via OSKeychain (macOS/iOS):iOS / macOS / visionOS
The SDK supports iOS 17+, macOS 14+, visionOS 1+. Network calls useURLSession with optional URLSessionDelegate for mTLS.