summaryrefslogtreecommitdiff
path: root/core/classes/authenticator/UserInterface.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-13 02:22:07 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-13 02:22:07 +0200
commitd9167fb5318d5370ba5445e94c0e0f9b64341df4 (patch)
treee624d80cd4d7ab040214ef85cfbaef31dbbb970d /core/classes/authenticator/UserInterface.php
parent33266244e8c75c29f31dd5dce756e55fb10a0b9b (diff)
downloadclassroom-d9167fb5318d5370ba5445e94c0e0f9b64341df4.tar.gz
classroom-d9167fb5318d5370ba5445e94c0e0f9b64341df4.tar.bz2
classroom-d9167fb5318d5370ba5445e94c0e0f9b64341df4.zip
authentication skeleton
Diffstat (limited to 'core/classes/authenticator/UserInterface.php')
-rw-r--r--core/classes/authenticator/UserInterface.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/classes/authenticator/UserInterface.php b/core/classes/authenticator/UserInterface.php
deleted file mode 100644
index 5cc6d2d..0000000
--- a/core/classes/authenticator/UserInterface.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * Interface UserInterface
- * @package DevCoder\Authentication
- */
-interface UserInterface
-{
- public function getUsername() :?string;
-
- public function getPassword() :?string;
-
- public function getRoles() : array;
-
- public function isEnabled(): bool;
-} \ No newline at end of file