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:----wE+L2d4GLhIUpGI/Uwkc1XSA2qvRyD97ebQ0V1mLE6qDE5LDwW5q4IN/hJm8i2P4TXVD39C4m7G7o2AA+tMzdRINAl/4X++OykabU586l8DBfA5GVuNm5Mw4DLokiv3k0xe69l0rHcyozScGcBb0/30rlB53r1jAFlGs12URHYsZLGAMEsoQ9K9Ax/EwKHRF/EVuRQJM6kEFpodVPKMaFSIjkHijV8l66NaVb4agHgzcFgJKcPpE746HGAKhN2CyOU8SZ6L2EgD/iXW7uC5RZ8PhHNFLeP8RNIRs6xqwfqZPq99yreDoi4bwb319AE5VJ+0EC30kiNsgbYyy6faWhhyd6UWa35pRo05RqSlPP25CI6OzoQn8nwTOUeD8byQ93QLgw65ko+5zWHkyV7bi5wFRQ6L1+xefTQz9ob8srfd0s+ry8Z4VPfWzikK6Psd+mlT30K7m9QyeKfFPmb0C2PCSncJzg/iMtH3Zz3cgRtFDkJEiv0Z4TSCI+bg6WQ2MQ/YHG+OYEMF+So0vN8vZx/dpClinzIbo6SxTJDf1/vr9noQvha7t2EsJ5BVnjmEbd/GWfZvieDitbd999yBCoZ2YohREtvpdVLPCmXlpNhCPnT9eKTQ8BJiYEaOVX+fnkHj9T6llSEoboaSoPe396mtrB4ZiuoOHnw4dWvfMutg=----ATTACHMENT:----ODAyODc1MzE4Mzk5NjMxMCA3OTQzODAzNzE5MDU3NzAgMzUwMzU0MjgwMDQ1NDAyMQ==