| mx_keys_claim | R Documentation |
POST /_matrix/client/v3/keys/claim. The
one_time_keys argument selects which algorithm to claim for
each (user_id, device_id) pair.
mx_keys_claim(session, one_time_keys, timeout = 10000L)
session |
An |
one_time_keys |
Named list. Names are user ids; values are
named lists mapping device ids to the desired algorithm
(typically |
timeout |
Integer milliseconds. Server-side timeout when talking to remote homeservers. |
Parsed response with the claimed keys keyed by
user_id -> device_id -> "<algorithm>:<key_id>" -> key_object.
## Not run:
mx_keys_claim(s, list(
"@alice:example.org" = list(ABCD1234 = "signed_curve25519")
))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.