UserChecker
in package
implements
UserCheckerInterface
UserChecker checks the user account flags.
Tags
Interfaces, Classes, Traits and Enums
- UserCheckerInterface
- Implement to throw AccountStatusException during the authentication process.
Table of Contents
- checkPostAuth() : mixed
- Checks the user account after authentication.
- checkPreAuth() : mixed
- Checks the user account before authentication.
Methods
checkPostAuth()
Checks the user account after authentication.
public
checkPostAuth(UserInterface $user) : mixed
Parameters
- $user : UserInterface
Return values
mixed —checkPreAuth()
Checks the user account before authentication.
public
checkPreAuth(UserInterface $user) : mixed
Parameters
- $user : UserInterface