IMegolmSessionData
Defined in: src/@types/crypto.ts:32
The result of a call to crypto-api!CryptoApi.exportRoomKeys
Extends
Section titled “Extends”Extensible
Indexable
Section titled “Indexable”[
key:string]:any
Properties
Section titled “Properties”algorithm?
Section titled “algorithm?”
optionalalgorithm?:string
Defined in: src/@types/crypto.ts:45
forwarding_curve25519_key_chain
Section titled “forwarding_curve25519_key_chain”forwarding_curve25519_key_chain:
string[]
Defined in: src/@types/crypto.ts:36
Devices which forwarded this session to us (normally empty).
room_id
Section titled “room_id”room_id:
string
Defined in: src/@types/crypto.ts:40
Room this session is used in
sender_claimed_keys
Section titled “sender_claimed_keys”sender_claimed_keys:
Record<string,string>
Defined in: src/@types/crypto.ts:38
Other keys the sender claims.
sender_key
Section titled “sender_key”sender_key:
string
Defined in: src/@types/crypto.ts:34
Sender’s Curve25519 device key
session_id
Section titled “session_id”session_id:
string
Defined in: src/@types/crypto.ts:42
Unique id for the session
session_key
Section titled “session_key”session_key:
string
Defined in: src/@types/crypto.ts:44
Base64’ed key data
untrusted?
Section titled “untrusted?”
optionaluntrusted?:boolean
Defined in: src/@types/crypto.ts:46