Skip to main content

Module auth

Module auth 

Source
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ยง

AuthTokenRequest
Request body for POST /api/v1/auth/token.
AuthTokenResponse
Response body for POST /api/v1/auth/token.
ValidateTokenRequest
Request body for POST /api/v1/auth/validate.