Expand description
Wire types for the POST /v2/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 /v2/auth/token. - Auth
Token Response - Response body for
POST /v2/auth/token. - Validate
Token Request - Request body for
POST /v2/auth/validate.