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:----jy+viRq7PgeLiq/MbS+Hs/Ywh72ehNSCWrxgnnvk9gdd4OMcD7fF+TqOTcuFtEOVvDukDL2b3MLp+HuqUoGRulw0JOfel1ZemmWJYa10Ncst/b7Y9D45pEl0uzV9NZDLUwsdhy+/LaW+o7piMxcpiUCvjm29tLD8N2aQxDfrMSPzrXCNwBpxeLGA5YYYLyCvJinZv1g2fU4o6/vRxNnP6wgNkj/wCZs641+JSgWusaYZfU1350YK0EGbKGqYo5qM87+Jes5hWbc2sE2J6dJ+JlG8kwnS9EHcyR2rzAcrBc5q6vyM2atk3Am15/CZDV7RcWlb0VrUxgCxvFADwkjIIJ4LCdT0vtvm+LFYyVEk3x8YQoC1XV+xiS2ORupeYL29rIVvkW5SWJzdBL6BICEQHw+H1yg6ywAaz0ZiaCgVbgVXSFccEQTybJHxkGRSs+lTRBPT4Tyq5aAgDZJ6hKtiHOGgQD3JGccLUZ4Yl5Je5rwLkMyPKXgIgRsff/8GVhmFju5dOX0jom4upon0ZQ3nYqsjMK9j7pLj6DWQNygOPuWUsltM6uLsIvkrwObir02geSXbLLPW9lGYgmYl6cigThJGKyfTkDJhwI2NpPKh3KLoYseuAQ+XdNiz3a82I8OrMGWK7x2hZ+twtng5WfZ4DEVAHSiK2Pp5dMQsZPRRGA8=----ATTACHMENT:----OTc0MDM5ODEwMDAwMzk5MyA5MDc2NjAwNjk4ODg5ODYwIDg2MDk2NDgyMTk2Njc4NjA=