lastToken = $token; return "confirm with {$token}"; } public function getLastToken(): ?string { return $this->lastToken; } }