Skip to content

Commit cee6852

Browse files
committed
:octocat: remove battle.net authenticator for now (#6)
1 parent a28ce60 commit cee6852

File tree

4 files changed

+0
-254
lines changed

4 files changed

+0
-254
lines changed

examples/battlenet.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/Authenticators/AuthenticatorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ interface AuthenticatorInterface{
2121
public const TOTP = 'totp';
2222
public const HOTP = 'hotp';
2323
public const STEAM_GUARD = 'steam';
24-
public const BATTLE_NET = 'battlenet';
2524

2625
public const ALGO_SHA1 = 'SHA1';
2726
public const ALGO_SHA256 = 'SHA256';
@@ -31,7 +30,6 @@ interface AuthenticatorInterface{
3130
self::HOTP => HOTP::class,
3231
self::TOTP => TOTP::class,
3332
self::STEAM_GUARD => SteamGuard::class,
34-
self::BATTLE_NET => BattleNet::class,
3533
];
3634

3735
public const HASH_ALGOS = [

src/Authenticators/BattleNet.php

Lines changed: 0 additions & 86 deletions
This file was deleted.

tests/Authenticators/BattleNetTest.php

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)