@jellyfin/sdk
    Preparing search index...

    Interface ForgotPasswordDto

    Forgot Password request body DTO.

    ForgotPasswordDto

    interface ForgotPasswordDto {
        EnteredUsername: string;
    }
    Index

    Properties

    Properties

    EnteredUsername: string

    Gets or sets the entered username to have its password reset.

    ForgotPasswordDto