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:----mWETGnx/gEJttKvjdDLPa7vZe3P6f+9fZAv73qgfsYNsG6BnOCeIcws45+/xBFtKZgFNeNH4D5vv27zhspIdxjPJn1FpTt4odq0Vc5Fpl+20wEEXNSMRINMHvD4MST/HEZ3DCytyvctk/1roQZhoX2IVhtH39Ir6HkM+7Byaa6G6XClkLTsgklN7LJH/2ityE0Cfjbyoe/cT1P0CO5SYta1AlmKuNS3KiBoWOGDjRQHZBEipWot9vz2+m04078X8PAfQXRUKzHWb91E29z2rApus+g0vy+i3wpZZyVzlix8vd0hQQNd7DmX1ajQblWwHUvq5St0wg+kv8bd1j8jEvCgMAi/OamF+yspupCVmduH75Wu0Zvo67KqNVTKcRK1F1OOZKaDnXBmvES0AyjFNsCCijidFeRRZao4aJIaJygN7jyw/psqVUQknm/joNrqizuxeWzWuM9cfUBfhj+3Lay6WxZh7KllNgpFsr1Z1ZTLnKP1z7jALeidbJlUdU+TWAJG+FfhqM2r0N5kmOoExDwwKJwZYHHfyZLtoIcYDSuG3vYuq796lMLSQQltRCVWLHoyeN+iTX4NJxS79OG3sebXq+mzROZCqGAjdmNsKbNLu3K5szxvYR8RbOxejmfiSSbMQk5k4K6T9fB6kgfSks79tzN3G2amI1Xno7chauNk=----ATTACHMENT:----ODkzNDUwODcyMjYxNTE5MiA1NDE2NjI2MzMzNjYwNzcgMTEwOTcxNDMwNjAzMDQ1Nw==