mtx::responses::Register struct

Response from the POST /_matrix/client/r0/register endpoint.

Public variables

mtx::identifiers::User user_id
The fully-qualified Matrix user ID that has been registered.
std::string access_token
An access token for the account. This access token can then be used to authorize other requests.
std::string device_id
ID of the registered device. Will be the same as the corresponding parameter in the request, if one was specified.