summaryrefslogtreecommitdiff
path: root/matrix-specification/Requests/RequiresAuthentication.php
blob: c494f1362e794d688014118965bb91b4d7e8ac98 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Matrix\Requests;

interface RequiresAuthentication
{
  public function authenticateUser(): bool;
}