@jellyfin/sdk
    Preparing search index...

    Interface ForgotPasswordPinDto

    Forgot Password Pin enter request body DTO.

    ForgotPasswordPinDto

    interface ForgotPasswordPinDto {
        Pin: string;
    }
    Index

    Properties

    Properties

    Pin: string

    Gets or sets the entered pin to have the password reset.

    ForgotPasswordPinDto