Skip to content

IMegolmSessionData

Defined in: src/@types/crypto.ts:32

The result of a call to crypto-api!CryptoApi.exportRoomKeys

  • Extensible

[key: string]: any

optional algorithm?: string

Defined in: src/@types/crypto.ts:45


forwarding_curve25519_key_chain: string[]

Defined in: src/@types/crypto.ts:36

Devices which forwarded this session to us (normally empty).


room_id: string

Defined in: src/@types/crypto.ts:40

Room this session is used in


sender_claimed_keys: Record<string, string>

Defined in: src/@types/crypto.ts:38

Other keys the sender claims.


sender_key: string

Defined in: src/@types/crypto.ts:34

Sender’s Curve25519 device key


session_id: string

Defined in: src/@types/crypto.ts:42

Unique id for the session


session_key: string

Defined in: src/@types/crypto.ts:44

Base64’ed key data


optional untrusted?: boolean

Defined in: src/@types/crypto.ts:46