From 18959632610b80c9329edc4adbc327c1fe7f4402 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 17 Feb 2018 18:27:46 +0100 Subject: [PATCH] +add default api.core.authsystemdefault --- build/api/core/AuthSystemDefault.php | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/api/core/AuthSystemDefault.php diff --git a/build/api/core/AuthSystemDefault.php b/build/api/core/AuthSystemDefault.php new file mode 100644 index 0000000..e6b5814 --- /dev/null +++ b/build/api/core/AuthSystemDefault.php @@ -0,0 +1,31 @@ + Liste des permissions attendues + * + * @return error Erreur associée à la permission (Success/PermissionError/TokenError/etc) + * + */ + public static function permission($expected){ + return new Error(Err::Success); + } + } + +?>