UserCheckerInterface
in
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.
Tags
Table of Contents
Methods
- 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
Tags
checkPreAuth()
Checks the user account before authentication.
public
checkPreAuth(UserInterface $user) : mixed
Parameters
- $user : UserInterface