LoginRequest extends FormRequest
Table of Contents
- authenticate() : void
- Attempt to authenticate the request's credentials.
- authorize() : bool
- Determine if the user is authorized to make this request.
- ensureIsNotRateLimited() : void
- Ensure the login request is not rate limited.
- rules() : array<string|int, mixed>
- Get the validation rules that apply to the request.
- throttleKey() : string
- Get the rate limiting throttle key for the request.
Methods
authenticate()
Attempt to authenticate the request's credentials.
public
authenticate() : void
Tags
Return values
void —authorize()
Determine if the user is authorized to make this request.
public
authorize() : bool
Return values
bool —ensureIsNotRateLimited()
Ensure the login request is not rate limited.
public
ensureIsNotRateLimited() : void
Tags
Return values
void —rules()
Get the validation rules that apply to the request.
public
rules() : array<string|int, mixed>
Return values
array<string|int, mixed> —throttleKey()
Get the rate limiting throttle key for the request.
public
throttleKey() : string