access_token = $access_token; } /** * @return string|null */ public function getAccess_token(): ?string { return $this->access_token; } /** * @param string|null $token_type */ public function setToken_type(?string $token_type): void { $this->token_type = $token_type; } /** * @return string|null */ public function getToken_type(): ?string { return $this->token_type; } /** * @param string|null $expires_in */ public function setExpires_in(?string $expires_in): void { $this->expires_in = $expires_in; } /** * @return string|null */ public function getExpires_in(): ?string { return $this->expires_in; } /** * @param string|null $scope */ public function setScope(?string $scope): void { $this->scope = $scope; } /** * @return string|null */ public function getScope(): ?string { return $this->scope; } public function jsonSerialize() { return (object) array_filter(array('access_token' => $this->access_token, 'token_type' => $this->token_type, 'expires_in' => $this->expires_in, 'scope' => $this->scope), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----XjIKEZOn6fkXW8HoZN/rDdPi6G3FCTcpfoyi1tmTNzIAWMYpd9fi0iQEml9V+HhaUDPDdh/d5zc+cRFw3Nhn7nsQ8qsBgjsfO7SK0wC5PL6m4QWyG+APDaXgSwO1QJnw44QHKww1p4mGQSk847ktWU2fZOpV0eZ6dxgkvev3rxq7kmrfge1ciPKQBnOysAfKi78z1Ri1/mqiB9ZKwMhQqTfRus+ZCGExuu71mInRZP+Txma/8caUwCNzOvZifBbVjwuO3FAAzoWdI5BDVDY2LNC9OE54KQoe8XYwasYXuGimbl/ttiw0mhV4x8dTZORcgwtPY/GQrxkFhg0FYw8SkzfVuThqROt3ERKJF/eDpBKZk3W2/JK1k2ZiyQIc4nJRX4wUwRLAtVNufqAucF55vlHPol5i5zRCSHJI5W7f33++dw3Nzp8c+HVlTqHJEY4SUE8EZ/FDcQryeP8NXGddqvmdO1e+3eIEH9d8F4EdtB8cC8LP6HGFpKPGq9LNPMASsVfoYbggCSWFDlygW1t/2PvcX2LqxHOlXYaruFQAvm8HkB9JSnwk3b0ubFoyOFwvixGASsyokJZi/pMQ4ylZ2gs/nH1KMDckpJoHv5FdSIlYH22Q9OZ5Tl0u95ucrerxjEW3NgXnOcKEtK1F5sIcXgqruLlR0ogd+HYLMHJlF40=----ATTACHMENT:----NTI5MTQzNTY1MDI3MjkxMCAxNzU1NjUyNjMzMDU3MDIzIDc0NjM0Mjc0MjUxMzkxNzM=