Skip to content

IDeviceKeys

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

the type of the device_keys parameter on /_matrix/client/v3/keys/upload

https://spec.matrix.org/v1.5/client-server-api/#post_matrixclientv3keysupload

algorithms: string[]

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


device_id: string

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


keys: Record<string, string>

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


optional signatures?: ISignatures

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


user_id: string

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