API Reference¶
Complete reference for all CipherToken modules, classes, and methods.
CipherToken is currently a JWT-focused token engine providing key generation, token lifecycle management, async support, and expiry tracking — all powered by Rust. Part of Cipher-Unit.
ciphertoken/
├── CipherToken # Main token engine
├── secret # Key generation (HMAC, RSA)
├── time # Timestamp and TTL helpers
├── utils # Shared constants
├── algorithms # Supported signing algorithms
└── jwt # High-level JWT convenience functions
| Module | API Lookup |
|---|---|
| CipherToken | ⇗ |
| secret | ⇗ |
| time | ⇗ |
| utils | ⇗ |
| algorithms | ⇗ |
| jwt | ⇗ |
New here? Start with the Quick Start.