systemprompt_identifiers/oauth.rs
1//! OAuth flow identifiers.
2//!
3//! Copyright (c) systemprompt.io — Business Source License 1.1.
4//! See <https://systemprompt.io> for licensing details.
5
6crate::define_id!(RefreshTokenId);
7crate::define_id!(AccessTokenId);
8crate::define_id!(AuthorizationCode);
9crate::define_id!(ChallengeId);