Skip to main content

systemprompt_identifiers/auth/
api_key.rs

1use crate::{define_id, define_token};
2
3define_token!(ApiKeySecret);
4define_id!(ApiKeyId, generate, schema);