The expression return $this->clientUsername could return the type null which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.
The expression return $this->appName could return the type null which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.