accessToken() const | Jellyfin::DTO::AuthenticationResult | |
accessTokenNull() const | Jellyfin::DTO::AuthenticationResult | |
AuthenticationResult(QSharedPointer< UserDto > user, QSharedPointer< SessionInfo > sessionInfo) | Jellyfin::DTO::AuthenticationResult | |
AuthenticationResult(const AuthenticationResult &other) | Jellyfin::DTO::AuthenticationResult | |
fromJson(QJsonObject source) | Jellyfin::DTO::AuthenticationResult | static |
m_accessToken | Jellyfin::DTO::AuthenticationResult | protected |
m_serverId | Jellyfin::DTO::AuthenticationResult | protected |
m_sessionInfo | Jellyfin::DTO::AuthenticationResult | protected |
m_user | Jellyfin::DTO::AuthenticationResult | protected |
replaceData(AuthenticationResult &other) | Jellyfin::DTO::AuthenticationResult | |
serverId() const | Jellyfin::DTO::AuthenticationResult | |
serverIdNull() const | Jellyfin::DTO::AuthenticationResult | |
sessionInfo() const | Jellyfin::DTO::AuthenticationResult | |
setAccessToken(QString newAccessToken) | Jellyfin::DTO::AuthenticationResult | |
setAccessTokenNull() | Jellyfin::DTO::AuthenticationResult | |
setFromJson(QJsonObject source) | Jellyfin::DTO::AuthenticationResult | |
setServerId(QString newServerId) | Jellyfin::DTO::AuthenticationResult | |
setServerIdNull() | Jellyfin::DTO::AuthenticationResult | |
setSessionInfo(QSharedPointer< SessionInfo > newSessionInfo) | Jellyfin::DTO::AuthenticationResult | |
setUser(QSharedPointer< UserDto > newUser) | Jellyfin::DTO::AuthenticationResult | |
toJson() const | Jellyfin::DTO::AuthenticationResult | |
user() const | Jellyfin::DTO::AuthenticationResult | |