UserIDstring`json:"user_id"`// The fully-qualified Matrix ID that has been registered.
AccessTokenstring`json:"access_token"`// An access token for the account. This access token can then be used to authorize other requests.
DeviceIDstring`json:"device_id"`// ID of the logged-in device. Will be the same as the corresponding parameter in the request, if one was specified.
WellKnownDiscoveryInformation`json:"well_known,omitempty"`// Optional client configuration provided by the server. If present, clients SHOULD use the provided object to reconfigure themselves, optionally validating the URLs within. This object takes the same form as the one returned from .well-known autodiscovery.
}
// DiscoveryInformation is client configuration provided by the server