| com.turnkey.sdk-kotlin | A high-level Kotlin SDK that simplifies the integration of the Turnkey API into Android applications. It provides secure session management, authentication, and embedded wallet management operations | com.turnkey.sdk-kotlin |
| com.turnkey.http | A lower-level, fully typed HTTP client for interacting with the Turnkey API. | com.turnkey.http |
| com.turnkey.types | This package contains common types used across Turnkey’s Kotlin packages. | com.turnkey.types |
| com.turnkey.stamper | A Kotlin package for API & passkey stamping functionalities. It is meant to be used alongside Turnkey’s Kotlin HTTP package. | com.turnkey.stamper |
| com.turnkey.passkey | A Kotlin package for stamping payloads with passkeys. It is meant to be used with Turnkey’s Kotlin HTTP package. | com.turnkey.passkey |
| com.turnkey.crypto | This package consolidates common cryptographic utilities used across our applications, particularly primitives related to keys, encryption, and decryption in a pure Kotlin implementation. | com.turnkey.crypto |
| com.turnkey.encoding | This package contains decoding and encoding functions used by other Turnkey packages. | com.turnkey.encoding |