1//! API-key identifier and its companion secret token. 2//! 3//! Copyright (c) systemprompt.io — Business Source License 1.1. 4//! See <https://systemprompt.io> for licensing details. 5 6use crate::{define_id, define_token}; 7 8define_token!(ApiKeySecret); 9define_id!(ApiKeyId, generate, schema);