toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
AuthenticateUserByName
Authenticate
User
By
Name
data
class
AuthenticateUserByName
(
val
username
:
String
?
=
null
,
val
pw
:
String
?
=
null
)
The authenticate user by name request body.
Members
Constructors
Authenticate
User
By
Name
Link copied to clipboard
constructor
(
username
:
String
?
=
null
,
pw
:
String
?
=
null
)
Properties
pw
Link copied to clipboard
val
pw
:
String
?
=
null
The plain text password.
username
Link copied to clipboard
val
username
:
String
?
=
null
The username.