30#ifndef JELLYFIN_DTO_AUTHENTICATIONINFO_H
31#define JELLYFIN_DTO_AUTHENTICATIONINFO_H
68 QJsonObject
toJson()
const;
Definition authenticationinfo.h:49
QDateTime m_dateRevoked
Definition authenticationinfo.h:196
bool deviceNameNull() const
Definition authenticationinfo.cpp:214
bool accessTokenNull() const
Definition authenticationinfo.cpp:162
QString appName() const
Gets or sets the name of the application.
Definition authenticationinfo.cpp:183
QString deviceId() const
Gets or sets the device identifier.
Definition authenticationinfo.cpp:170
bool m_isActive
Definition authenticationinfo.h:194
bool deviceIdNull() const
Definition authenticationinfo.cpp:175
QDateTime dateCreated() const
Gets or sets the date created.
Definition authenticationinfo.cpp:234
void setFromJson(QJsonObject source)
Definition authenticationinfo.cpp:89
bool dateRevokedNull() const
Definition authenticationinfo.cpp:245
void setJellyfinId(qint64 newJellyfinId)
Gets or sets the identifier.
Definition authenticationinfo.cpp:153
QString m_appVersion
Definition authenticationinfo.h:191
QString m_deviceId
Definition authenticationinfo.h:189
QString m_userName
Definition authenticationinfo.h:198
QString m_userId
Definition authenticationinfo.h:193
bool isActive() const
Gets or sets a value indicating whether this instance is active.
Definition authenticationinfo.cpp:228
void setAccessTokenNull()
Definition authenticationinfo.cpp:166
void setIsActive(bool newIsActive)
Gets or sets a value indicating whether this instance is active.
Definition authenticationinfo.cpp:230
bool appVersionNull() const
Definition authenticationinfo.cpp:201
QString deviceName() const
Gets or sets the name of the device.
Definition authenticationinfo.cpp:209
void setDateRevokedNull()
Definition authenticationinfo.cpp:249
QDateTime dateRevoked() const
Gets or sets the date revoked.
Definition authenticationinfo.cpp:240
void setAppVersionNull()
Definition authenticationinfo.cpp:205
QString m_appName
Definition authenticationinfo.h:190
void setDateRevoked(QDateTime newDateRevoked)
Gets or sets the date revoked.
Definition authenticationinfo.cpp:242
bool userNameNull() const
Definition authenticationinfo.cpp:264
void setDeviceIdNull()
Definition authenticationinfo.cpp:179
QDateTime dateLastActivity() const
Definition authenticationinfo.cpp:253
bool appNameNull() const
Definition authenticationinfo.cpp:188
qint64 jellyfinId() const
Gets or sets the identifier.
Definition authenticationinfo.cpp:151
void setUserName(QString newUserName)
Definition authenticationinfo.cpp:261
void setAppName(QString newAppName)
Gets or sets the name of the application.
Definition authenticationinfo.cpp:185
qint64 m_jellyfinId
Definition authenticationinfo.h:187
QString userId() const
Gets or sets the user identifier.
Definition authenticationinfo.cpp:222
QString userName() const
Definition authenticationinfo.cpp:259
QString m_deviceName
Definition authenticationinfo.h:192
QString accessToken() const
Gets or sets the access token.
Definition authenticationinfo.cpp:157
void setAccessToken(QString newAccessToken)
Gets or sets the access token.
Definition authenticationinfo.cpp:159
void setDateCreated(QDateTime newDateCreated)
Gets or sets the date created.
Definition authenticationinfo.cpp:236
static AuthenticationInfo fromJson(QJsonObject source)
Definition authenticationinfo.cpp:82
QDateTime m_dateCreated
Definition authenticationinfo.h:195
void replaceData(AuthenticationInfo &other)
Definition authenticationinfo.cpp:67
QString appVersion() const
Gets or sets the application version.
Definition authenticationinfo.cpp:196
void setUserNameNull()
Definition authenticationinfo.cpp:268
QJsonObject toJson() const
Definition authenticationinfo.cpp:105
QDateTime m_dateLastActivity
Definition authenticationinfo.h:197
void setDeviceId(QString newDeviceId)
Gets or sets the device identifier.
Definition authenticationinfo.cpp:172
void setDeviceName(QString newDeviceName)
Gets or sets the name of the device.
Definition authenticationinfo.cpp:211
void setAppVersion(QString newAppVersion)
Gets or sets the application version.
Definition authenticationinfo.cpp:198
void setAppNameNull()
Definition authenticationinfo.cpp:192
void setUserId(QString newUserId)
Gets or sets the user identifier.
Definition authenticationinfo.cpp:224
QString m_accessToken
Definition authenticationinfo.h:188
void setDateLastActivity(QDateTime newDateLastActivity)
Definition authenticationinfo.cpp:255
void setDeviceNameNull()
Definition authenticationinfo.cpp:218
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45