|
ORE Studio 0.0.4
|
Request to change the current user's password. More...
#include <account_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
| Serialize request to bytes. | |
Static Public Member Functions | |
| static std::expected< change_password_request, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
| Deserialize request from bytes. | |
Public Attributes | |
| std::string | new_password |
Request to change the current user's password.
Used by users to change their own password, typically after being required to reset it. The account ID is determined from the session context.
| std::vector< std::byte > serialize | ( | ) | const |
Serialize request to bytes.
Format: