pub async fn reset_password_confirmation(
    configuration: &Configuration,
    user_password_reset_confirmation: UserPasswordResetConfirmation
) -> Result<Value, Error<ResetPasswordConfirmationError>>
Expand description

Resets the given user’s password to the given password when the proper code is provided