mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
chore(files_external): Remove oauth1 constant
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
2b21913015
commit
af53e9ca06
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue