interface UserCheckerInterface
UserCheckerInterface checks user account when authentication occurs.
This should not be used to make authentication decisions.
Methods
|
checkPreAuth(UserInterface $user)
Checks the user account before authentication. |
||
|
checkPostAuth(UserInterface $user)
Checks the user account after authentication. |
Details
at line 28
public
checkPreAuth(UserInterface $user)
Checks the user account before authentication.
at line 35
public
checkPostAuth(UserInterface $user)
Checks the user account after authentication.