# Functions
NewAccountChangePassword creates a new http.Handler for the account change password operation.
NewAccountChangePasswordDefault creates AccountChangePasswordDefault with default headers values.
NewAccountChangePasswordNoContent creates AccountChangePasswordNoContent with default headers values.
NewAccountChangePasswordParams creates a new AccountChangePasswordParams object
There are no default values defined in the spec.
NewChangeUserPassword creates a new http.Handler for the change user password operation.
NewChangeUserPasswordCreated creates ChangeUserPasswordCreated with default headers values.
NewChangeUserPasswordDefault creates ChangeUserPasswordDefault with default headers values.
NewChangeUserPasswordParams creates a new ChangeUserPasswordParams object
There are no default values defined in the spec.
# Constants
AccountChangePasswordNoContentCode is the HTTP code returned for type AccountChangePasswordNoContent.
ChangeUserPasswordCreatedCode is the HTTP code returned for type ChangeUserPasswordCreated.
# Structs
AccountChangePassword swagger:route POST /account/change-password Account accountChangePassword
Change password of currently logged in user.
AccountChangePasswordDefault Generic error response.
AccountChangePasswordNoContent A successful login.
AccountChangePasswordParams contains all the bound params for the account change password operation typically these are obtained from a http.Request
swagger:parameters AccountChangePassword.
AccountChangePasswordURL generates an URL for the account change password operation.
ChangeUserPassword swagger:route POST /account/change-user-password Account changeUserPassword
Change password of currently logged in user.
ChangeUserPasswordCreated Password successfully changed.
ChangeUserPasswordDefault Generic error response.
ChangeUserPasswordParams contains all the bound params for the change user password operation typically these are obtained from a http.Request
swagger:parameters ChangeUserPassword.
ChangeUserPasswordURL generates an URL for the change user password operation.
# Interfaces
AccountChangePasswordHandler interface for that can handle valid account change password params.
ChangeUserPasswordHandler interface for that can handle valid change user password params.
# Type aliases
AccountChangePasswordHandlerFunc turns a function with the right signature into a account change password handler.
ChangeUserPasswordHandlerFunc turns a function with the right signature into a change user password handler.