identifier = $id; $this->name = $name; $this->redirectUri = $redirectUri; $this->isTrusted = $isTrusted; } public function isConfidential(): bool { return true; } public function isTrusted(): bool { return $this->isTrusted; } }