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

#include <requesttypes.h>

Public Member Functions

const QString & userId () const
 The user id.
 
void setUserId (QString newUserId)
 
const QString & pw () const
 The password as plain text.

 
void setPw (QString newPw)
 
const QString & password () const
 The password sha1-hash.

 
void setPassword (QString newPassword)
 
bool passwordNull () const
 
void setPasswordNull ()
 

Member Function Documentation

◆ password()

const QString & Jellyfin::Loader::AuthenticateUserParams::password ( ) const

The password sha1-hash.

◆ passwordNull()

bool Jellyfin::Loader::AuthenticateUserParams::passwordNull ( ) const

◆ pw()

const QString & Jellyfin::Loader::AuthenticateUserParams::pw ( ) const

The password as plain text.

◆ setPassword()

void Jellyfin::Loader::AuthenticateUserParams::setPassword ( QString newPassword)

◆ setPasswordNull()

void Jellyfin::Loader::AuthenticateUserParams::setPasswordNull ( )

◆ setPw()

void Jellyfin::Loader::AuthenticateUserParams::setPw ( QString newPw)

◆ setUserId()

void Jellyfin::Loader::AuthenticateUserParams::setUserId ( QString newUserId)

◆ userId()

const QString & Jellyfin::Loader::AuthenticateUserParams::userId ( ) const

The user id.


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