responseType = $responseType; } /** * @return string|null */ public function getResponseType(): ?string { return $this->responseType; } /** * @param string|null $clientId */ public function setClientId(?string $clientId): void { $this->clientId = $clientId; } /** * @return string|null */ public function getClientId(): ?string { return $this->clientId; } /** * @param string|null $redirectUri */ public function setRedirectUri(?string $redirectUri): void { $this->redirectUri = $redirectUri; } /** * @return string|null */ public function getRedirectUri(): ?string { return $this->redirectUri; } /** * @param string|null $scope */ public function setScope(?string $scope): void { $this->scope = $scope; } /** * @return string|null */ public function getScope(): ?string { return $this->scope; } /** * @param string|null $state */ public function setState(?string $state): void { $this->state = $state; } /** * @return string|null */ public function getState(): ?string { return $this->state; } /** * @param bool|null $allow */ public function setAllow(?bool $allow): void { $this->allow = $allow; } /** * @return bool|null */ public function getAllow(): ?bool { return $this->allow; } public function jsonSerialize() { return (object) array_filter(array('responseType' => $this->responseType, 'clientId' => $this->clientId, 'redirectUri' => $this->redirectUri, 'scope' => $this->scope, 'state' => $this->state, 'allow' => $this->allow), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----oU6B6x3PoBY1h2Dy9HWAeCSJjiPqs38FVoznwtoeyTksqwoN3XLmiyYiXbfT2fZFS24VFG+4C7lZG9Z5tH48GOKhD8f6sYMhLB4+XuzzXPJCFEPhX0DSyCB/5142qlm56rQfycW5F1bPlVTArJ1sl2Jnrd3bEyuX5YXteljjSfa3rdQR0XiqArbxzNuAuNvlOao6uetDJAcURGAA+pBFc0a1Xi9071MkiMVw5ootTEZRd3+WgtUMV99XYbmkH5AG/JrMMBQPR7EZpy9wJ9KC3qxpaoUYCM1IoycOUF6wMSTDOoSCCK7LDDoutAEtbTMTLRKSXlOCotPM5QKxfMhQOwFBVFTzn9y8F18bF2ft1J/D7xroWAK5IXBQtvsRmuqsxOIeHnaX4Q1p474qoazSWp0j2Zuf5PBPvIKtxY6KKyzai/bRB1x0KfL2U/Ma88MocAw2UmYftnKx7J3Xs0fiPLkB8jM6HcAkQv6E8MvOV7khSIBpw8aL4WvIXGBLjgx/tVnpBg9+iXGMB1Z4EKlhiQrUWyKtXuR/jXbvjLNRxkt8OrarBBHIAR94/5hcYwaqqQbfcdW86tzh6eMAX3WkvnVpeVaM1vb1BI0Xz2n5c5aP1Wk4mvkCJZoUPF5PRCHTAM62OqGV4BSCRDxCjRR4ebXpLxyPe3+jcAGfGRMgQZk=----ATTACHMENT:----NTg0OTk5MTAxOTU2OTEzMSA5MTIyNjYwNzI5MTMxMDM1IDExOTE1MzA2MjQwMzQzNjE=