Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(files_external): Remove oauth1 constant
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Aug 8, 2025
commit af53e9ca06e5259ec7d7b278ed2b0c2bee8d81ed
1 change: 0 additions & 1 deletion apps/files_external/lib/Lib/Auth/AuthMechanism.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down