mixed getAuthIdentifier() Get the unique identifier for the user.
Illuminate\Contracts\Auth\Access Interfaces
bool once(array $credentials = array()) Log a user into the application
mixed reset(array $credentials, Closure $callback)
bool validate(array $credentials = array()) Validate a user's credentials
Authenticatable|null retrieveById(mixed $identifier)
Response|null onceBasic(string $field = 'email', array $extraConditions = array())
UserProvider interface UserProvider (
int|null id() Get the ID for the currently authenticated user.
void setUser(Authenticatable $user)
Page 1 of 6