Authenticatable|null retrieveByToken(mixed
mixed getAuthIdentifier() Get the unique identifier for the user.
string getRememberTokenName() Get the column name for the "remember me"
UserProvider interface UserProvider (
void setUser(Authenticatable $user)
void shouldUse(string $name) Set the default guard the factory should serve
Response|null onceBasic(string $field = 'email', array $extraConditions = array())
void logout() Log the user out of the application.
Authenticatable|null retrieveById(mixed $identifier)
bool validate(array $credentials = array()) Validate a user's credentials
Page 1 of 6