uid = $uid; } /** * returns the uid of the user that was tried to login against * * @since 19.0.0 */ public function getUid(): string { return $this->uid; } }