jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
StartupUserDto
Startup
User
Dto
data
class
StartupUserDto
(
val
name
:
String
?
=
null
,
val
password
:
String
?
=
null
)
The startup user DTO.
Members
Constructors
Startup
User
Dto
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
password
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The username.
password
Link copied to clipboard
val
password
:
String
?
=
null
The user's password.