toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
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.