AttemptToAuthenticate
class AttemptToAuthenticate
Traits
Methods
void
dispatchIfListening(string $eventClass, Closure $event)
Dispatch the given event if listeners are registered.
from
DispatchesEvents
mixed
handleUsingCustomCallback(Request $request, Closure $next)
Attempt to authenticate using a custom callback.
never
throwFailedAuthenticationException(Request $request)
Throw a failed authentication validation exception.
void
fireFailedEvent(Request $request)
Fire the failed authentication attempt event with the given arguments.
Details
in
DispatchesEvents at line 16
protected void
dispatchIfListening(string $eventClass, Closure $event)
Dispatch the given event if listeners are registered.
at line 20
__construct(LoginRateLimiter $limiter)
No description
at line 51
protected mixed
handleUsingCustomCallback(Request $request, Closure $next)
Attempt to authenticate using a custom callback.
at line 72
protected never
throwFailedAuthenticationException(Request $request)
Throw a failed authentication validation exception.
at line 84
protected void
fireFailedEvent(Request $request)
Fire the failed authentication attempt event with the given arguments.