mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
chore(files_external): Remove oauth1 constant
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@@ -40,7 +40,6 @@ class AuthMechanism implements \JsonSerializable, IIdentifier, IFrontendDefiniti
|
||||
public const SCHEME_NULL = 'null';
|
||||
public const SCHEME_BUILTIN = 'builtin';
|
||||
public const SCHEME_PASSWORD = 'password';
|
||||
public const SCHEME_OAUTH1 = 'oauth1';
|
||||
public const SCHEME_OAUTH2 = 'oauth2';
|
||||
public const SCHEME_PUBLICKEY = 'publickey';
|
||||
public const SCHEME_OPENSTACK = 'openstack';
|
||||
|
||||
Reference in New Issue
Block a user