Skip to main content

Module api_key

Module api_key 

Source
Expand description

API key generation, validation, and storage.

Structs§

ApiKey
An Agent Assembly API key in aa_<32-hex-chars> format.
ApiKeyEntry
A stored API key entry with metadata.
ApiKeyStore
In-memory store of API key entries loaded from a JSON file.

Enums§

ApiKeyError
Errors related to API key operations.
KeyNotValid
Reason a key lookup failed during authentication.