Skip to content

Commit 2d5cad8

Browse files
committed
:octocat: remove battle.net authenticator for now (#6)
(cherry picked from commit 1cbeb4e)
1 parent a810450 commit 2d5cad8

File tree

4 files changed

+0
-251
lines changed

4 files changed

+0
-251
lines changed

examples/battlenet.php

-36
This file was deleted.

src/Authenticators/AuthenticatorInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ interface AuthenticatorInterface{
2222
public const TOTP = 'totp';
2323
public const HOTP = 'hotp';
2424
public const STEAM_GUARD = 'steam';
25-
public const BATTLE_NET = 'battlenet';
2625

2726
public const ALGO_SHA1 = 'SHA1';
2827
public const ALGO_SHA256 = 'SHA256';
@@ -32,7 +31,6 @@ interface AuthenticatorInterface{
3231
self::HOTP => HOTP::class,
3332
self::TOTP => TOTP::class,
3433
self::STEAM_GUARD => SteamGuard::class,
35-
self::BATTLE_NET => BattleNet::class,
3634
];
3735

3836
public const HASH_ALGOS = [

src/Authenticators/BattleNet.php

-87
This file was deleted.

tests/Authenticators/BattleNetTest.php

-126
This file was deleted.

0 commit comments

Comments
 (0)