namespace
backupKeysBackup related responses.
Classes
- struct BackupVersion
- Responses from the
GET /_matrix/client/r0/room_keys/version
endpoint. - struct EncryptedSessionData
- Encrypted session data using the m.megolm_backup.v1.curve25519-aes-sha2 algorithm.
- struct KeysBackup
- Responses from the
GET /_matrix/client/r0/room_keys/keys
endpoint. - struct RoomKeysBackup
- Responses from the
GET /_matrix/client/r0/room_keys/keys/{room_id}
endpoint. - struct SessionBackup
- Responses from the
GET /_matrix/client/r0/room_keys/keys/{room_id}/{session_id}
endpoint. - struct SessionData
- The SessionData stored in the KeysBackup.