# Functions
New creates a new authentication API client.
NewLoginOK creates a LoginOK with default headers values.
NewLoginParams creates a new LoginParams object with the default values initialized.
NewLoginParamsWithContext creates a new LoginParams object with the default values initialized, and the ability to set a context for a request.
NewLoginParamsWithHTTPClient creates a new LoginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewLoginParamsWithTimeout creates a new LoginParams object with the default values initialized, and the ability to set a timeout on a request.
NewLogoutOK creates a LogoutOK with default headers values.
NewLogoutParams creates a new LogoutParams object with the default values initialized.
NewLogoutParamsWithContext creates a new LogoutParams object with the default values initialized, and the ability to set a context for a request.
NewLogoutParamsWithHTTPClient creates a new LogoutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewLogoutParamsWithTimeout creates a new LogoutParams object with the default values initialized, and the ability to set a timeout on a request.
NewSignupOK creates a SignupOK with default headers values.
NewSignupParams creates a new SignupParams object with the default values initialized.
NewSignupParamsWithContext creates a new SignupParams object with the default values initialized, and the ability to set a context for a request.
NewSignupParamsWithHTTPClient creates a new SignupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewSignupParamsWithTimeout creates a new SignupParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateOK creates a UpdateOK with default headers values.
NewUpdateParams creates a new UpdateParams object with the default values initialized.
NewUpdateParamsWithContext creates a new UpdateParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateParamsWithHTTPClient creates a new UpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateParamsWithTimeout creates a new UpdateParams object with the default values initialized, and the ability to set a timeout on a request.
NewUserInfoOK creates a UserInfoOK with default headers values.
NewUserInfoParams creates a new UserInfoParams object with the default values initialized.
NewUserInfoParamsWithContext creates a new UserInfoParams object with the default values initialized, and the ability to set a context for a request.
NewUserInfoParamsWithHTTPClient creates a new UserInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUserInfoParamsWithTimeout creates a new UserInfoParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
Client for authentication API
*/.
LoginOK handles this case with default header values.
LoginParams contains all the parameters to send to the API endpoint
for the login operation typically these are written to a http.Request
*/.
LoginReader is a Reader for the Login structure.
LogoutOK handles this case with default header values.
LogoutParams contains all the parameters to send to the API endpoint
for the logout operation typically these are written to a http.Request
*/.
LogoutReader is a Reader for the Logout structure.
SignupOK handles this case with default header values.
SignupParams contains all the parameters to send to the API endpoint
for the signup operation typically these are written to a http.Request
*/.
SignupReader is a Reader for the Signup structure.
UpdateOK handles this case with default header values.
UpdateParams contains all the parameters to send to the API endpoint
for the update operation typically these are written to a http.Request
*/.
UpdateReader is a Reader for the Update structure.
UserInfoOK handles this case with default header values.
UserInfoParams contains all the parameters to send to the API endpoint
for the user info operation typically these are written to a http.Request
*/.
UserInfoReader is a Reader for the UserInfo structure.