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:----VNtUc29i2RdPBrg2svny6eoINlpHLiq2RPbInNvBW6y4s3MqO9odopuCe7gvZRv07xkylAJYbWMdh64dMDkk1TO4XbX9s3vdxlJqrYtN74poAqbsSOuj+MUqNo5pUrY1K8OT6hS+yU54sbKQciVnrzwAKdtlBSX5UEnZrKzNXyiPBckSGoddZ5uOslBMUJSLqv2gDYW5WMq7d6C73e5fOMSZDkqYx6o/X9w4clif6AW+Gt8IJgNDMK9fETw647URpHpgbtgMirmRHHbMn4KPJl+Ua9Hap8RsFXVGNMlrn1ATJ5bGd0i4eS6XBjfIMOxhhh0+uEAgjQn2dhRi2ZFgIzLgfg963EZ7UbbxXziJXozZszOO7s0sjVPMM50ZBFeD5SEjHhWOIKZKEavKi5ro/7V3NpcMAOM4wLdyQkrH1N82TvXXn2LuOY/gWl3zQAF3qQs3kFTTtGZ4GHeRm28LG5ofy/0ihAgkJ0WPFSQV8nxaIcWMfhmZ+aMARZRKXV2C6b5rlPmXUNJPBDQHZTYroSmeYwYkTl8YbRH1YwQQSt1H+StzoV0PAq036Zv4CFyk46O+shLwm78i7Fs6WDXbQcUFDY75FdYNVIVqVnlkh32FRBiiHwBEClcCh65ie1+DMdQgrIEfpTg22TIXcGy3unQJ6ji+1yh3RmHNgtf+SRE=----ATTACHMENT:----MzI4NTg1ODU2MzU4NDExMSA2OTU4NDgxODczMDgzMjA3IDIxODgwMjE4MDQ3NTMwOTM=