Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md29 $token = $client->registerWithPassword("foobar", "monkey");
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php159 public function registerWithPassword(string $username, string $password): ?string { function in MatrixPhp\\MatrixClient