aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/auth/authmechanism.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/auth/authmechanism.php')
-rw-r--r--apps/files_external/lib/auth/authmechanism.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/lib/auth/authmechanism.php b/apps/files_external/lib/auth/authmechanism.php
index a89ee823d51..11d99bb330d 100644
--- a/apps/files_external/lib/auth/authmechanism.php
+++ b/apps/files_external/lib/auth/authmechanism.php
@@ -51,6 +51,7 @@ class AuthMechanism implements \JsonSerializable {
/** Standard authentication schemes */
const SCHEME_NULL = 'null';
+ const SCHEME_BUILTIN = 'builtin';
const SCHEME_PASSWORD = 'password';
const SCHEME_OAUTH1 = 'oauth1';
const SCHEME_OAUTH2 = 'oauth2';