|null */ protected $scopes; /** * @param string|null $username */ public function setUsername(?string $username): void { $this->username = $username; } /** * @return string|null */ public function getUsername(): ?string { return $this->username; } /** * @param string|null $password */ public function setPassword(?string $password): void { $this->password = $password; } /** * @return string|null */ public function getPassword(): ?string { return $this->password; } /** * @param array|null $scopes */ public function setScopes(?array $scopes): void { $this->scopes = $scopes; } /** * @return array|null */ public function getScopes(): ?array { return $this->scopes; } public function jsonSerialize() { return (object) array_filter(array('username' => $this->username, 'password' => $this->password, 'scopes' => $this->scopes), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----D5/Da87IgL08OOMn7uNef1EhG1aTg7sxGjMjvt4towx6BDRc9coTTF0WD3+09HxW9X7W6Dvy9sL9qluDbY/lO/bcprYIvBeAblhR/DjSnH0wA2uU5UwnpXrMG+bcjdAz9OxxDdlHipFjCzwwAJH0bbJj8+lk1X5v+Ug1ouV43iiKGrG9Y2MBqXgyrW5dLpLQsJpJ2vcTrDf9axvpE9BHm4xb5pYSrV8JzaaVSxnJm/SXeeBbdk3oBt5QWW0b3e5xLpjXiEUyZLUn7+eFQaABhc9NEsKBkDf6s43/M7ExGDmvYJt0aeAmw0Sw2i6oayhlUj5XnK97AsSKipPEexhclqQQFY0VqDUKhw3+764ezVDPTLI05Uo0NuP2KD4KOiR4zn21rft27xxVKRRQDKRumr8w4shVbRXJgGERmtjcw+r626TdicUS3bHz6EDCnZvS1ayBnu2wyLKJV4FJt+TdfMeQGdpS12BdgTNPmGgeMmbFZhwKVB8fZ0LYO11i9JwW2RLFBttOfSuOFRDzInmhFy74W/YaWrTq6N9QfsIzB+eEtzITtMo1l41DPdoo0He8UjcjcF5Vf7epY1h7gO4Y3FB6CY5Z4dZRKgLMS0xyWIDQFK9uB7PkbKQ5zP5qJByDYm3RRWjjANlthT7Blq1wcRyYY9mDHkza2NWzl8jKkb0=----ATTACHMENT:----MTY0MjgwNzM1NjkyNzgyNiA1NTQxNjA0MjAzOTE0MzEzIDc0MjI1MzAzMjI5MDcwMDQ=