id = $id; return $this; } public function getId() { return $this->id; } public function setSecret($secret) { $this->secret = $secret; return $this; } public function getSecret() { return $this->secret; } public function setName($name) { $this->name = $name; return $this; } public function getName() { return $this->name; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; return $this; } public function getRedirectUri() { return $this->redirectUri; } }