@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationApiForgotPasswordRequest

    Request parameters for forgotPassword operation in AuthenticationApi.

    interface AuthenticationApiForgotPasswordRequest {
        forgotPasswordDto: ForgotPasswordDto;
    }
    Index
    forgotPasswordDto: ForgotPasswordDto

    The forgot password request containing the entered username.