class
Illuminate
/
Auth
/
Recaller
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Recaller
Properties
protected
$recaller string
The "recaller" / "remember me" cookie string.
Default: null
Methods
public
__construct ( $recaller ) : void
Create a new recaller instance.
Parameters
- $recaller string
public
id ( ) : string
Get the user ID from the recaller.
public
token ( ) : string
Get the "remember token" token from the recaller.
public
hash ( ) : string
Get the password from the recaller.
public
valid ( ) : bool
Determine if the recaller is valid.
protected
properString ( ) : bool
Determine if the recaller is an invalid string.
protected
hasAllSegments ( ) : bool
Determine if the recaller has all segments.