void logout() Log the user out of the application.
void __construct(string $name, UserProvider $provider
Authenticatable getLastAttempted()
string getName() Get a unique identifier for the auth session value.
bool check() Determine if the current user is authenticated.
Authenticatable authenticate()
bool validate(array $credentials = array()) Validate a user's credentials
void setProvider(UserProvider $provider)
void attempting(mixed $callback) Register an authentication attempt event
void login(Authenticatable $user, bool $remember
Page 14 of 19