string getRememberToken() Get the token value for the "remember me" session
void __construct(Connection $connection, string $table, string $hashKey
void setRememberToken(string $value) Set the "remember me" token value
mixed getAuthIdentifier() Get the unique identifier for the user.
void register() Register the service provider.
string getTokenForRequest() Get the token for the current request.
Store getSession()
void delete(string $token) Delete a token record by token.
bool onceUsingId(mixed $id) Log the given user ID into the application
string getRecallerName() Get the name of the cookie used to store the "recaller"
Page 23 of 44