Skip to main content

Module server

Module server 

Source

Structs§

ActiveProjectToken
Current online authority for one active Project access token.
InactiveProjectToken
Exact inactive introspection response. No denial reason or resource identity is disclosed.
IntrospectProjectTokenRequest
Bounded online introspection input. The token is write-only and always redacted in Debug.
LookupServerUserRequest
Exact normalized-email lookup body. Email is never carried in a URL.
LookupServerUserResponse
Non-enumerating zero-or-one result inside the already authenticated Project.
ServerApplicationUserProjection
Existing materialized Application projection; Server never performs an ad hoc reprojection.
ServerError
Complete JSON error envelope for the isolated Server API.
ServerUser
Project-owned user read model exposed to one authenticated customer backend.
ServerUserList
One deterministic keyset page ordered by immutable (created_at, user_id).

Enums§

ProjectTokenIntrospectionResponse
Non-enumerating introspection union. Invalid or inactive authority is always the inactive arm.
ServerErrorCode
Stable Server API error codes. Authentication failures intentionally collapse to one code.
ServerUserStatus

Functions§

openapi
Generates the complete Server-plane OpenAPI document.