claims = $claims; } /** * @return string[] */ public function getClaims(): array { return $this->claims; } }