Interface IDeviceKeys

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

See

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

Hierarchy

  • IDeviceKeys

Properties

algorithms: string[]
device_id: string
keys: Record<string, string>
signatures?: ISignatures
user_id: string

Generated using TypeDoc