chore(files_external): Remove oauth1 constant

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2025-08-07 22:25:51 -04:00
committed by GitHub
parent 2b21913015
commit af53e9ca06

View File

@@ -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';