@jellyfin/sdk
Preparing search index...
generated-client
StartupUserDto
Interface StartupUserDto
The startup user DTO.
interface
StartupUserDto
{
Name
?:
string
|
null
;
Password
?:
string
|
null
;
}
Index
Properties
Name?
Password?
Properties
Optional
Name
Name
?:
string
|
null
Gets or sets the username.
Optional
Password
Password
?:
string
|
null
Gets or sets the user's password.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Name
Password
@jellyfin/sdk
Loading...
The startup user DTO.