nextcloud/tests/lib/Authentication/TwoFactorAuth
Christoph Wurst 99d525eb36
Convert 2FA token type to string
The IConfig service is documented to handle its data as strings, hence
this changes the code a bit to ensure we store keys as string and
convert them back when reading.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-22 14:09:37 +01:00
..
Db Emit an event for every disabled 2FA provider during cleanup 2020-06-16 14:38:33 +02:00
EnforcementStateTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ManagerTest.php Convert 2FA token type to string 2021-01-22 14:09:37 +01:00
MandatoryTwoFactorTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
ProviderLoaderTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
ProviderManagerTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ProviderSetTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
RegistryTest.php Emit an event for every disabled 2FA provider during cleanup 2020-06-16 14:38:33 +02:00