AbstractAuthenticationFailedEvent
AbstractYes
Class to be extended by events, fired after authentication has failed
Table of Contents
Methods
- __construct() : mixed
- getRequest() : ServerRequestInterface
- getUser() : AbstractUserAuthentication
- Returns the user, who failed to authenticate successfully
- isBackendAttempt() : bool
- isFrontendAttempt() : bool
Methods
__construct()
    public
                    __construct(ServerRequestInterface $request) : mixed
    Parameters
- $request : ServerRequestInterface
getRequest()
    public
                    getRequest() : ServerRequestInterface
    Return values
ServerRequestInterfacegetUser()
Returns the user, who failed to authenticate successfully
    public
    abstract                getUser() : AbstractUserAuthentication
    Return values
AbstractUserAuthenticationisBackendAttempt()
    public
                    isBackendAttempt() : bool
    Return values
boolisFrontendAttempt()
    public
                    isFrontendAttempt() : bool