Expand description
Auth renderer-input shapes — typed values passed to Renderer::auth_* methods.
These are render-layer types, not domain model types. They live here rather
than in src/model/ because they flow from the action layer into the
renderer, not across the client→action boundary. See ADR-0008 for the
layer split.
Structs§
- Auth
Login Outcome - Outcome passed to
Renderer::auth_loginon a successful login. - Auth
Logout Outcome - Outcome passed to
Renderer::auth_logout. - Auth
SetToken Outcome - Outcome passed to
Renderer::auth_set_tokenafter caching a stdin-provided token.
Enums§
- Auth
Status Outcome - Outcome passed to
Renderer::auth_status— either logged-in or not.