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
ServerRequestInterface

isBackendAttempt()

public isBackendAttempt() : bool
Return values
bool

isFrontendAttempt()

public isFrontendAttempt() : bool
Return values
bool

        
On this page

Search results