Expand description
API key generation, validation, and storage.
Structs§
- ApiKey
- An Agent Assembly API key in
aa_<32-hex-chars>format. - ApiKey
Entry - A stored API key entry with metadata.
- ApiKey
Store - In-memory store of API key entries loaded from a JSON file.
Enums§
- ApiKey
Error - Errors related to API key operations.
- KeyNot
Valid - Reason a key lookup failed during authentication.