toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
AuthenticationInfo
/
AuthenticationInfo
Authentication
Info
constructor
(
id
:
Long
,
accessToken
:
String
?
=
null
,
deviceId
:
String
?
=
null
,
appName
:
String
?
=
null
,
appVersion
:
String
?
=
null
,
deviceName
:
String
?
=
null
,
userId
:
UUID
,
isActive
:
Boolean
,
dateCreated
:
DateTime
,
dateRevoked
:
DateTime
?
=
null
,
dateLastActivity
:
DateTime
,
userName
:
String
?
=
null
)