Expand description
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).
Structsยง
- Auth
Token Request - Request body for
POST /api/v1/auth/token. - Auth
Token Response - Response body for
POST /api/v1/auth/token. - Validate
Token Request - Request body for
POST /api/v1/auth/validate.