EloquentUserProvider
class EloquentUserProvider implements UserProvider (View source)
Methods
void __construct(Hasher $hasher, string $model) Create a new database user provider. Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticatable $user, string $token)