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
/
ForgotPasswordPinDto
Forgot
Password
Pin
Dto
data
class
ForgotPasswordPinDto
(
val
pin
:
String
)
Forgot Password Pin enter request body DTO.
Members
Constructors
Forgot
Password
Pin
Dto
Link copied to clipboard
constructor
(
pin
:
String
)
Properties
pin
Link copied to clipboard
val
pin
:
String
The entered pin to have the password reset.