systemprompt-identifiers 0.7.0

Typed newtype identifiers (UserId, TraceId, AgentId, McpServerId…) for systemprompt.io AI governance infrastructure. Enforces type-safe IDs across every boundary in the MCP governance pipeline.
Documentation
1
2
3
4
5
6
//! OAuth flow identifiers.

crate::define_id!(RefreshTokenId);
crate::define_id!(AccessTokenId);
crate::define_id!(AuthorizationCode);
crate::define_id!(ChallengeId);