UserCheckerInterface
interface UserCheckerInterface
Implement to throw AccountStatusException during the authentication process.
Can be used when you want to check the account status, e.g when the account is disabled or blocked. This should not be used to make authentication decisions.
Methods
Details
at line line 33
checkPreAuth(UserInterface $user)
Checks the user account before authentication.
at line line 42
checkPostAuth(UserInterface $user)
Checks the user account after authentication.