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

namespace Matrix\Requests;

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