Skip to main content

systemprompt_identifiers/auth/
jwt_token.rs

1//! JWT 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!(JwtToken);