nextcloud/lib/private/Authentication/Exceptions
Roeland Jago Douma 6b7cf46727
Certain tokens can expire
However due to the nature of what we store in the token (encrypted
passwords etc). We can't just delete the tokens because that would make
the oauth refresh useless.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-17 16:10:19 +02:00
..
ExpiredTokenException.php Certain tokens can expire 2018-05-17 16:10:19 +02:00
InvalidTokenException.php Fix others 2016-07-21 18:13:57 +02:00
LoginRequiredException.php Fix others 2016-07-21 18:13:57 +02:00
PasswordLoginForbiddenException.php Fix others 2016-07-21 18:13:57 +02:00
PasswordlessTokenException.php Fix others 2016-07-21 18:13:57 +02:00
TwoFactorAuthRequiredException.php Fix others 2016-07-21 18:13:57 +02:00
UserAlreadyLoggedInException.php Fix others 2016-07-21 18:13:57 +02:00