Skip to main content

systemprompt_identifiers/auth/
cloud_token.rs

1//! Cloud authentication token identifier type.
2//!
3//! Copyright (c) systemprompt.io — Business Source License 1.1.
4//! See <https://systemprompt.io> for licensing details.
5
6use crate::define_token;
7
8define_token!(CloudAuthToken);