summaryrefslogtreecommitdiff
path: root/matrix-specification/Requests/RequiresAuthentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-specification/Requests/RequiresAuthentication.php')
-rw-r--r--matrix-specification/Requests/RequiresAuthentication.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/matrix-specification/Requests/RequiresAuthentication.php b/matrix-specification/Requests/RequiresAuthentication.php
new file mode 100644
index 0000000..c494f13
--- /dev/null
+++ b/matrix-specification/Requests/RequiresAuthentication.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace Matrix\Requests;
+
+interface RequiresAuthentication
+{
+ public function authenticateUser(): bool;
+}