token = $token; } /** * @return string */ public function getToken(): string { return $this->token; } }