password = $password; } /** * @since 18.0.0 */ public function getPassword(): string { return $this->password; } }