Skip to main content

systemprompt_identifiers/auth/
api_key.rs

1//! API-key identifier and its companion secret token.
2
3use crate::{define_id, define_token};
4
5define_token!(ApiKeySecret);
6define_id!(ApiKeyId, generate, schema);