Searched refs:authBody (Results 1 – 2 of 2) sorted by relevance
150 * @param array $authBody Authentication Params.161 public function register(array $authBody = [], string $kind = "user", bool $bindEmail = false, argument167 if ($authBody) {168 $content['auth'] = $authBody;1281 * @param array $authBody Authentication params.1288 public function deleteDevice(array $authBody, string $deviceId) { argument1289 $content = ['auth' => $authBody];1299 * @param array $authBody Authentication params.1306 public function deleteDevices($authBody, $devices) { argument1308 'auth' => $authBody,
21 protected $authBody = [ variable in MatrixPhp\\Tests\\MatrixHttpApiTest