Structs§
- Active
Project Token - Current online authority for one active Project access token.
- Inactive
Project Token - Exact inactive introspection response. No denial reason or resource identity is disclosed.
- Introspect
Project Token Request - Bounded online introspection input. The token is write-only and always redacted in
Debug. - Lookup
Server User Request - Exact normalized-email lookup body. Email is never carried in a URL.
- Lookup
Server User Response - Non-enumerating zero-or-one result inside the already authenticated Project.
- Server
Application User Projection - Existing materialized Application projection; Server never performs an ad hoc reprojection.
- Server
Error - Complete JSON error envelope for the isolated Server API.
- Server
User - Project-owned user read model exposed to one authenticated customer backend.
- Server
User List - One deterministic keyset page ordered by immutable
(created_at, user_id).
Enums§
- Project
Token Introspection Response - Non-enumerating introspection union. Invalid or inactive authority is always the inactive arm.
- Server
Error Code - Stable Server API error codes. Authentication failures intentionally collapse to one code.
- Server
User Status
Functions§
- openapi
- Generates the complete Server-plane
OpenAPIdocument.