/**
  * {@inheritdoc}
  */
 public function handle($user, $token)
 {
     return $this->authy->verify($user->authy_id, $token);
 }