Skip to main content

systemprompt_identifiers/auth/
jwt_token.rs

1//! JWT token identifier type.
2
3use crate::define_token;
4
5define_token!(JwtToken);