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
Properties
Section titled “Properties”algorithms
Section titled “algorithms”algorithms:
string[]
Defined in: src/@types/crypto.ts:56
device_id
Section titled “device_id”device_id:
string
Defined in: src/@types/crypto.ts:57
keys:
Record<string,string>
Defined in: src/@types/crypto.ts:59
signatures?
Section titled “signatures?”
optionalsignatures?:ISignatures
Defined in: src/@types/crypto.ts:60
user_id
Section titled “user_id”user_id:
string
Defined in: src/@types/crypto.ts:58