#include <authenticationresult.h>
◆ AuthenticationResult() [1/2]
Jellyfin::DTO::AuthenticationResult::AuthenticationResult |
( |
QSharedPointer< UserDto > | user, |
|
|
QSharedPointer< SessionInfo > | sessionInfo ) |
◆ AuthenticationResult() [2/2]
◆ accessToken()
QString Jellyfin::DTO::AuthenticationResult::accessToken |
( |
| ) |
const |
◆ accessTokenNull()
bool Jellyfin::DTO::AuthenticationResult::accessTokenNull |
( |
| ) |
const |
◆ fromJson()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ serverId()
QString Jellyfin::DTO::AuthenticationResult::serverId |
( |
| ) |
const |
◆ serverIdNull()
bool Jellyfin::DTO::AuthenticationResult::serverIdNull |
( |
| ) |
const |
◆ sessionInfo()
QSharedPointer< SessionInfo > Jellyfin::DTO::AuthenticationResult::sessionInfo |
( |
| ) |
const |
◆ setAccessToken()
void Jellyfin::DTO::AuthenticationResult::setAccessToken |
( |
QString | newAccessToken | ) |
|
◆ setAccessTokenNull()
void Jellyfin::DTO::AuthenticationResult::setAccessTokenNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::AuthenticationResult::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setServerId()
void Jellyfin::DTO::AuthenticationResult::setServerId |
( |
QString | newServerId | ) |
|
◆ setServerIdNull()
void Jellyfin::DTO::AuthenticationResult::setServerIdNull |
( |
| ) |
|
◆ setSessionInfo()
void Jellyfin::DTO::AuthenticationResult::setSessionInfo |
( |
QSharedPointer< SessionInfo > | newSessionInfo | ) |
|
◆ setUser()
void Jellyfin::DTO::AuthenticationResult::setUser |
( |
QSharedPointer< UserDto > | newUser | ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::AuthenticationResult::toJson |
( |
| ) |
const |
◆ user()
QSharedPointer< UserDto > Jellyfin::DTO::AuthenticationResult::user |
( |
| ) |
const |
◆ m_accessToken
QString Jellyfin::DTO::AuthenticationResult::m_accessToken |
|
protected |
◆ m_serverId
QString Jellyfin::DTO::AuthenticationResult::m_serverId |
|
protected |
◆ m_sessionInfo
QSharedPointer<SessionInfo> Jellyfin::DTO::AuthenticationResult::m_sessionInfo = QSharedPointer<SessionInfo>() |
|
protected |
◆ m_user
QSharedPointer<UserDto> Jellyfin::DTO::AuthenticationResult::m_user = QSharedPointer<UserDto>() |
|
protected |
The documentation for this class was generated from the following files: