server/lib/private/Authentication/Exceptions
Christoph Wurst 7586b19e52
Only allow 2FA state changs if providers support the operation
Ref https://github.com/nextcloud/server/issues/11019.

Add `twofactorauth:cleanup` command

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-25 09:54:20 +02:00
..
ExpiredTokenException.php Certain tokens can expire 2018-05-17 16:10:19 +02:00
InvalidProviderException.php Only allow 2FA state changs if providers support the operation 2018-09-25 09:54:20 +02:00
InvalidTokenException.php
LoginRequiredException.php
PasswordlessTokenException.php
PasswordLoginForbiddenException.php
TwoFactorAuthRequiredException.php
UserAlreadyLoggedInException.php