Home
last modified time | relevance | path

Searched refs:oneTimeKeys (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DMatrixHttpApiTest.php28 protected $oneTimeKeys = ["curve25519:AAAAAQ" => "/qyvZvwjiTxGdGU0RCguDCLeR+nmsb3FfNG3/Ve4vU8"]; variable in MatrixPhp\\Tests\\MatrixHttpApiTest
264 [['one_time_keys' => $this->oneTimeKeys]],
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php1325 * @param array $oneTimeKeys Optional. One-time public keys. Should be
1333 public function uploadKeys(array $deviceKeys = [], array $oneTimeKeys = []) { argument
1338 if ($oneTimeKeys) {
1339 $content['one_time_keys'] = $oneTimeKeys;