type = $type; } /** * @return string|null */ public function getType(): ?string { return $this->type; } /** * @param string|null $description */ public function setDescription(?string $description): void { $this->description = $description; } /** * @return string|null */ public function getDescription(): ?string { return $this->description; } /** * @param string|null $name */ public function setName(?string $name): void { $this->name = $name; } /** * @return string|null */ public function getName(): ?string { return $this->name; } /** * @param string|null $in */ public function setIn(?string $in): void { $this->in = $in; } /** * @return string|null */ public function getIn(): ?string { return $this->in; } /** * @param string|null $scheme */ public function setScheme(?string $scheme): void { $this->scheme = $scheme; } /** * @return string|null */ public function getScheme(): ?string { return $this->scheme; } /** * @param string|null $bearerFormat */ public function setBearerFormat(?string $bearerFormat): void { $this->bearerFormat = $bearerFormat; } /** * @return string|null */ public function getBearerFormat(): ?string { return $this->bearerFormat; } /** * @param OAuthFlows|null $flows */ public function setFlows(?OAuthFlows $flows): void { $this->flows = $flows; } /** * @return OAuthFlows|null */ public function getFlows(): ?OAuthFlows { return $this->flows; } /** * @param string|null $openIdConnectUrl */ public function setOpenIdConnectUrl(?string $openIdConnectUrl): void { $this->openIdConnectUrl = $openIdConnectUrl; } /** * @return string|null */ public function getOpenIdConnectUrl(): ?string { return $this->openIdConnectUrl; } public function jsonSerialize() { return (object) array_filter(array('type' => $this->type, 'description' => $this->description, 'name' => $this->name, 'in' => $this->in, 'scheme' => $this->scheme, 'bearerFormat' => $this->bearerFormat, 'flows' => $this->flows, 'openIdConnectUrl' => $this->openIdConnectUrl), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----B7Shtz44C5P2Vkvl7xFLBftIfXDkp+Y/BOYWiXNKE3IjOl31xO9rKf8sp/ASktvfVaZlhwSmjxrf+4UqcBo86AV7AbsfEssbcSTf5Hcl1cel0bD/5Qe6kZ2pmjMLsNlr6n7tXuTEodo/G8hsg+jKZxD62bI8Xv6IUe2i93Q9Ot1ii7aiPrV4SWF7PiuoO4KQS/FgzH5RobpGHwf4l2UY2XtTHRjitTgpf1EzK/8PJIxMv0HadO8Iy8/kvuIAL708htQqJua7JI38wEHWTajULSV2dx2bbrhCW/ktIT5D4bm9hqil5ssTTQi4B+rEvxRXvIXiwvC+nAhxiTaoFUkNKpwl7HJHS1iiXis7YvEFi+qQVBpKHLdB1Rm63oZsJfGrW5ShuueT90IQcBcD7bUwMA7xKCyTv7KrpyYtjpYr+3BDvtelZGCZSofoESv1sTbi3c7aMI1NEXEtDaLBLh5eVpeOEvEWT37urkRros7iupelciH9gYeH5WOO+33qYnWU5wE6aLfjdI5U+kZjFeYUPR+S8PbXILHwJwqbEM7ZAC9wgC78gD873BkXLHsI0wkqVzhCW1LCaIzTWEoCOQtoUvrxSTVVmiH6uSd/EFToi65yedgowxyzw/Cu2MgVdHpJeLnAkODdgVDRapzlyDu/607YTIbNOoJ0VBDrEqDWcLI=----ATTACHMENT:----OTQ3ODMxNzI5MzU2MjM1IDE4MzIxMDY4NjE1MTA2OTcgNTM5NTAwMjMxNDkxNDA2Mw==