chore(files_external): Remove oauth1 constant

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/54328/head
Josh 5 months ago committed by GitHub
parent 2b21913015
commit af53e9ca06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      apps/files_external/lib/Lib/Auth/AuthMechanism.php

@ -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…
Cancel
Save