Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticateOKBody ¶
type AuthenticateOKBody struct { // An opaque token used to authenticate a user after a successful login // Required: true PGPKey string `json:"pgp_key"` // The status of the authentication // Required: true Status string `json:"status"` }
AuthenticateOKBody authenticate o k body
Click to show internal directories.
Click to hide internal directories.