//! Wire types for the `POST /api/v1/auth/{token,validate}` endpoints.
//!
//! Carried over the wire by both `manta-cli` (sending requests via
//! `MantaClient`) and `manta-server` (deserializing them in handlers).
use ;
use ToSchema;
/// Request body for `POST /api/v1/auth/token`.
/// Response body for `POST /api/v1/auth/token`.
/// Request body for `POST /api/v1/auth/validate`.