Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::HTTP::ForgotPasswordPinLoader Class Reference

Redeems a forgot password pin. More...

#include <user.h>

Inheritance diagram for Jellyfin::Loader::HTTP::ForgotPasswordPinLoader:
Jellyfin::Support::HttpLoader< PinRedeemResult, ForgotPasswordPinParams > Jellyfin::Support::HttpLoaderBase< PinRedeemResult, ForgotPasswordPinParams > Jellyfin::Support::Loader< PinRedeemResult, ForgotPasswordPinParams > Jellyfin::Support::LoaderBase

Public Member Functions

 ForgotPasswordPinLoader (ApiClient *apiClient=nullptr)
 
- Public Member Functions inherited from Jellyfin::Support::HttpLoader< PinRedeemResult, ForgotPasswordPinParams >
 HttpLoader (Jellyfin::ApiClient *apiClient)
 
virtual void load () override
 load Loads the given resource asynchronously.
 
virtual void cancel () override
 
bool isAvailable () const override
 Heuristic to determine if this resource can be loaded via this loaded.
 
- Public Member Functions inherited from Jellyfin::Support::HttpLoaderBase< PinRedeemResult, ForgotPasswordPinParams >
 HttpLoaderBase (Jellyfin::ApiClient *apiClient)
 
Loader< PinRedeemResult, ForgotPasswordPinParams >::ResultType parseResponse (int, QByteArray response)
 
- Public Member Functions inherited from Jellyfin::Support::Loader< PinRedeemResult, ForgotPasswordPinParams >
 Loader (ApiClient *apiClient)
 
PinRedeemResult result () const
 Retrieves the loaded resource. Only valid after the ready signal has been emitted.
 
bool hasResult () const
 
void setParameters (const ForgotPasswordPinParams &parameters)
 Sets the parameters for this loader.
 
- Public Member Functions inherited from Jellyfin::Support::LoaderBase
bool isRunning () const
 
void setApiClient (ApiClient *newApiClient)
 
ApiClientapiClient () const
 

Protected Member Functions

QString path (const ForgotPasswordPinParams &parameters) const override
 
QUrlQuery query (const ForgotPasswordPinParams &parameters) const override
 
QByteArray body (const ForgotPasswordPinParams &parameters) const override
 
QNetworkAccessManager::Operation operation () const override
 
- Protected Member Functions inherited from Jellyfin::Support::HttpLoader< PinRedeemResult, ForgotPasswordPinParams >
virtual QString path (const ForgotPasswordPinParams &parameters) const=0
 Subclasses should override this method to return the path to this endpoint, with all path parameters inserted.
 
virtual QUrlQuery query (const ForgotPasswordPinParams &parameters) const=0
 
virtual QByteArray body (const ForgotPasswordPinParams &parameters) const=0
 
- Protected Member Functions inherited from Jellyfin::Support::Loader< PinRedeemResult, ForgotPasswordPinParams >
ResultType createFailureResult ()
 
ResultType createSuccessResult (PinRedeemResult &&result)
 
- Protected Member Functions inherited from Jellyfin::Support::LoaderBase
 LoaderBase (ApiClient *apiClient)
 
void stopWithError (QString message=QString())
 

Additional Inherited Members

- Public Types inherited from Jellyfin::Support::Loader< PinRedeemResult, ForgotPasswordPinParams >
using ResultType
 
- Signals inherited from Jellyfin::Support::LoaderBase
void error (QString message=QString())
 Emitted when an error has occurred during loading and no result is available.
 
void ready ()
 Emitted when data was successfully loaded.
 
- Static Protected Member Functions inherited from Jellyfin::Support::Loader< PinRedeemResult, ForgotPasswordPinParams >
static PinRedeemResult createDummyResponse ()
 
- Protected Attributes inherited from Jellyfin::Support::Loader< PinRedeemResult, ForgotPasswordPinParams >
std::optional< ForgotPasswordPinParams > m_parameters
 
ResultType m_result
 
- Protected Attributes inherited from Jellyfin::Support::LoaderBase
Jellyfin::ApiClientm_apiClient
 
bool m_isRunning = false
 

Detailed Description

Redeems a forgot password pin.

Constructor & Destructor Documentation

◆ ForgotPasswordPinLoader()

Jellyfin::Loader::HTTP::ForgotPasswordPinLoader::ForgotPasswordPinLoader ( ApiClient * apiClient = nullptr)
explicit

Member Function Documentation

◆ body()

QByteArray Jellyfin::Loader::HTTP::ForgotPasswordPinLoader::body ( const ForgotPasswordPinParams & parameters) const
overrideprotected

◆ operation()

QNetworkAccessManager::Operation Jellyfin::Loader::HTTP::ForgotPasswordPinLoader::operation ( ) const
overrideprotectedvirtual

◆ path()

QString Jellyfin::Loader::HTTP::ForgotPasswordPinLoader::path ( const ForgotPasswordPinParams & parameters) const
overrideprotected

◆ query()

QUrlQuery Jellyfin::Loader::HTTP::ForgotPasswordPinLoader::query ( const ForgotPasswordPinParams & parameters) const
overrideprotected

The documentation for this class was generated from the following files: