2019-06-04 20:41:30 +02:00
|
|
|
---
|
|
|
|
|
allOf:
|
|
|
|
|
- $ref: core-event-schema/event.yaml
|
|
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
|
Sends the ephemeral public key for a device to the partner device. Typically sent as a
|
2021-01-29 01:00:39 +01:00
|
|
|
[to-device](/client-server-api/#send-to-device-messaging) event.
|
2019-06-04 20:41:30 +02:00
|
|
|
properties:
|
|
|
|
|
content:
|
|
|
|
|
properties:
|
|
|
|
|
transaction_id:
|
|
|
|
|
type: string
|
|
|
|
|
description: |-
|
|
|
|
|
An opaque identifier for the verification process. Must be the same as
|
2021-01-27 21:14:31 +01:00
|
|
|
the one used for the `m.key.verification.start` message.
|
2019-06-04 20:41:30 +02:00
|
|
|
key:
|
|
|
|
|
type: string
|
|
|
|
|
description: |-
|
|
|
|
|
The device's ephemeral public key, encoded as unpadded base64.
|
|
|
|
|
required:
|
|
|
|
|
- transaction_id
|
|
|
|
|
- key
|
|
|
|
|
type: object
|
|
|
|
|
type:
|
|
|
|
|
enum:
|
|
|
|
|
- m.key.verification.key
|
|
|
|
|
type: string
|
|
|
|
|
type: object
|