Cartalyst\Sentinel\Reminders\ReminderRepositoryInterface::complete PHP Method

complete() public method

Complete reminder for the given user.
public complete ( Cartalyst\Sentinel\Users\UserInterface $user, string $code, string $password ) : boolean
$user Cartalyst\Sentinel\Users\UserInterface
$code string
$password string
return boolean
    public function complete(UserInterface $user, $code, $password);