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:----TGy0XIMC+RrR62C8SoDS4vseLqjyIx9a0tsVgDKLGieTVd0/IbFPlO1iHw5J2FZv+aCs4wNcmNwSiqTBE+KWeeTKSIX95umWr1QbMzDDY7E+AOigo2C15dJW88WopRVpf97CVwig1+5vr3nSsLBG3DAO6F4E4zAGUYu43DJ61liIkHfBSNwxsNEwjQxHIqYRuB6MQKXihtWwuydvxd0ZrzLvms2ql8UQtz1Bag0IsLFDG3+NBYI+WcX2uHne7eGlqGneiddK3itUG0TAposECVYYE1l9eAXPmhjVLYbaEPo/EsnHgEdBSjrjET/Ws5StP/LX6ZI8wFC2PQ0GRGbAbRfzeRq7sOJg1RxzVtZatwIL9VueA2k083wVzAQa5u4isphDskgUqwD9myr2+b8V8Y34OCjNkdPjea9En0Esqn59exa++pNCgmRda6DpBG5g+0PzUjqb56rX9ddie5Ti8YDdMYcDbW3kNzYDXM4wc9yN46UzYJLwYKd8RGvrOI/5wa5/+c+zNHB1fho3qCm9iGeAJFWKQ9Yam2wBabPGZiyApZ0zWl/ld0IY0vuOO4dIawMZwILcL2hM2xWNgkMVeB988/+DbKNbkpW0kKvN2wD9e8F6TpcnkQXuJu1uwJY5EWH7XOnl+lFTvguWq8CNGZnFZhy2f0/TVcozOZX3W9Q=----ATTACHMENT:----Mzc5MDg2NzIxODY1MTk2NSA4NjA2NTQ1ODE2OTYzNjM3IDE2ODUxNTcxODA5MTMyNTg=