class Recaller (View source)
protected string | $recaller | The "recaller" / "remember me" cookie string. |
void | __construct(string $recaller) Create a new recaller instance. | |
string | id() Get the user ID from the recaller. | |
string | token() Get the "remember token" token from the recaller. | |
string | hash() Get the password from the recaller. | |
bool | valid() Determine if the recaller is valid. | |
bool | properString() Determine if the recaller is an invalid string. | |
bool | hasAllSegments() Determine if the recaller has all segments. |
Create a new recaller instance.
Get the user ID from the recaller.
Get the "remember token" token from the recaller.
Get the password from the recaller.
Determine if the recaller is valid.
Determine if the recaller is an invalid string.
Determine if the recaller has all segments.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Auth/Recaller.html