43 std::shared_ptr<AuthenticationCredential> credential,
44 const QString &name = QLatin1String(defaultRealm),
45 QObject *parent =
nullptr);
51 [[nodiscard]] std::shared_ptr<AuthenticationStore> store() const noexcept;
73 void removePersistedUser(
Context *c);
88 [[nodiscard]] QVariant userIsRestorable(
Context *c);
92 friend class AuthenticationPrivate;